 | SimpleImapQueryOld Property |
Messages that do not have the \Recent flag set. This is functionally equivalent to "NOT RECENT" (as opposed to "NOT NEW").
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Old { get; set; }Public Property Old As Boolean
Get
Set
public:
property bool Old {
bool get ();
void set (bool value);
}member Old : bool with get, set
Property Value
Boolean
See Also