Creates new instance of the Flag object with specified name.

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

Syntax

C#
public Flag(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
Flag(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the flag.

See Also