Represents authentication methods supported by the remote server. You can use SupportedAuthenticationMethods()()()() method to obtain the list of all methods supported by the remote server.

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

Syntax

C#
public class ImapAuthenticationMethod : BasicConstant
Visual Basic
Public Class ImapAuthenticationMethod _
	Inherits BasicConstant
Visual C++
public ref class ImapAuthenticationMethod : public BasicConstant

Inheritance Hierarchy

System..::..Object
  Limilabs.Mail..::..BasicConstant
    Limilabs.Client.IMAP..::..ImapAuthenticationMethod

See Also