MailBee.NET Objects 7.2

MailBeeImapLoginBadMethodException.BadMethod Property

Gets the authentication method which was rejected by the server.

public MailBee.AuthenticationMethods BadMethod {get;}

Property Value

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

IMailBeeLoginBadMethodException.BadMethod

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

MailBeeImapLoginBadMethodException Class | MailBee.ImapMail Namespace