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