Lists authentication methods supported by the remote server.

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

Syntax

C#
public List<ImapAuthenticationMethod> SupportedAuthenticationMethods()
Visual Basic
Public Function SupportedAuthenticationMethods As List(Of ImapAuthenticationMethod)
Visual C++
public:
List<ImapAuthenticationMethod^>^ SupportedAuthenticationMethods()

Return Value

Authentication methods supported by remote server.

See Also