IMailBeeLoginBadMethodExceptionBadMethod Property |
Gets the authentication method which was rejected by the server.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
SyntaxAuthenticationMethods BadMethod { get; }
ReadOnly Property BadMethod As AuthenticationMethods
Get
Property Value
Type:
AuthenticationMethodsAn
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