| SimpleImapQueryRecent Property |
Messages that have the \Recent flag set.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Recent { get; set; }
Public Property Recent As Boolean
Get
Set
public:
property bool Recent {
bool get ();
void set (bool value);
}
member Recent : bool with get, set
Property Value
Type:
BooleanSee Also