Pop3GetSupportedAuthMethodsAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<AuthenticationMethods> GetSupportedAuthMethodsAsync()
Public Function GetSupportedAuthMethodsAsync As Task(Of AuthenticationMethods)
Return Value
Type:
TaskAuthenticationMethodsA task that represents the asynchronous operation.
The value of
TResult parameter is a set of flags indicating which authentication methods are supported by the server.
Exceptions
See Also