Messages that do not have the \Recent flag set. This is functionally equivalent to "NOT RECENT" (as opposed to "NOT NEW").

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public bool Old { get; set; }
Visual Basic
Public Property Old As Boolean
	Get
	Set
Visual C++
public:
property bool Old {
	bool get ();
	void set (bool value);
}

See Also