Authentication method.

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

Syntax

C#
public ImapAuthenticationMethod Method { get; set; }
Visual Basic
Public Property Method As ImapAuthenticationMethod
	Get
	Set
Visual C++
public:
property ImapAuthenticationMethod^ Method {
	ImapAuthenticationMethod^ get ();
	void set (ImapAuthenticationMethod^ value);
}

See Also