Messages with the \Answered flag set.

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

Syntax

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

See Also