Pop3GetSupportedAuthMethodsAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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