Messages that have the \Recent flag set.

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

Syntax

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

See Also