MailBeeLoginNoSupportedMethodsExceptionSupportedMethods Property
Gets a set of authentication methods which are supported by the server.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public AuthenticationMethods SupportedMethods { get; }

Property Value

Type: AuthenticationMethods
An AuthenticationMethods value containing bitwise combination of values of individual authentication methods supported by the server.
See Also