 | ImapAuthExtensionMethod Property |
Authentication method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic ImapAuthenticationMethod Method { get; set; }Public Property Method As ImapAuthenticationMethod
Get
Set
public:
property ImapAuthenticationMethod^ Method {
ImapAuthenticationMethod^ get ();
void set (ImapAuthenticationMethod^ value);
}member Method : ImapAuthenticationMethod with get, set
Property Value
ImapAuthenticationMethod
See Also