IMailBeeLoginBadCredentialsException Interface
When implemented by an exception class, indicates the authentication failed due to use of incorrect account name and/or password.

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

The IMailBeeLoginBadCredentialsException type exposes the following members.

Properties
  NameDescription
Public propertyAccountName
Gets the account name which was used for the authentication.
Public propertyPassword
Gets the account password which was used for the authentication.
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
See Also