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