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

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

Property Value

Type: AuthenticationMethods
A AuthenticationMethods value having only a single bit set, which indicates the method which is requested by the application but not supported by the server.

Implements

IMailBeeLoginBadMethodExceptionBadMethod
Remarks
Although AuthenticationMethods allows bitwise combination of its member values, the result returned by this property always contains a single member value indicating the specific method which was rejected.
See Also