Gets information if this is a system flag. All system flags begin with "\" character.

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

Syntax

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

See Also