IMailBeeLoginBadMethodExceptionBadMethod Property
Gets the authentication method which was rejected by the server.

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

Property Value

Type: AuthenticationMethods
An AuthenticationMethods value which corresponds to the authentication method which was rejected by the server because this method is either not supported or disabled.
See Also