Gets/Sets the authorization mode.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

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

See Also