IMailBeeLoginBadMethodException Interface
When implemented by an exception class, indicates the server returned negative response during the authentication process because the requested authentication method is not available.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public interface IMailBeeLoginBadMethodException : IMailBeeLoginNegativeResponseException, 
	IMailBeeLoginException, IMailBeeNegativeTextResponseException, IMailBeeNegativeResponseException

The IMailBeeLoginBadMethodException type exposes the following members.

Properties
  NameDescription
Public propertyBadMethod
Gets the authentication method which was rejected by the server.
Public propertyResponseEncoding
Gets the encoding which was used to convert response bytes received from the server into a string.
(Inherited from IMailBeeNegativeTextResponseException.)
Public propertyResponseString
Gets the string which contains the negative response data.
(Inherited from IMailBeeNegativeTextResponseException.)
Top
Remarks
Such exception may also occur if FipsMode is enabled and the given authentication method is not FIPS-compliant.
See Also