MailBeeLoginNoSupportedMethodsExceptionSupportedMethods Property |
Gets a set of authentication methods which are supported by the server.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.3.1 build 666 for .NET 4.5
Syntaxpublic 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