Flags of the specified message.

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

Syntax

C#
public List<Flag> Flags { get; private set; }
Visual Basic
Public Property Flags As List(Of Flag)
	Get
	Private Set
Visual C++
public:
property List<Flag^>^ Flags {
	List<Flag^>^ get ();
	private: void set (List<Flag^>^ value);
}

See Also