MailBeeLoginNoSupportedMethodsExceptionSupportedMethods Property |
Gets a set of authentication methods which are supported by the server.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public AuthenticationMethods SupportedMethods { get; }
Public ReadOnly Property SupportedMethods As AuthenticationMethods
Get
Property Value
Type:
AuthenticationMethodsAn
AuthenticationMethods value containing bitwise combination
of values of individual authentication methods supported by the server.
See Also