Pop3GetSupportedAuthMethodsAsync Method

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Task<AuthenticationMethods> GetSupportedAuthMethodsAsync()

Return Value

Type: TaskAuthenticationMethods
A 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
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also