Messages that do not have the \Flagged flag set.

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

Syntax

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

See Also