Lists authentication methods supported by the remote server.
Namespace: Limilabs.Client.IMAPAssembly: 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() |