Gets or set the length of the generated unique command identifier.

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

Syntax

C#
public int CommandTagLength { get; set; }
Visual Basic
Public Property CommandTagLength As Integer
	Get
	Set
Visual C++
public:
property int CommandTagLength {
	int get ();
	void set (int value);
}

See Also