MailBee.NET Objects 4.0

IMailBeeLoginBadCredentialsException Interface

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

For a list of all members of this type, see IMailBeeLoginBadCredentialsException Members.

public interface IMailBeeLoginBadCredentialsException : IMailBeeLoginNegativeResponseException, IMailBeeLoginException, IMailBeeNegativeTextResponseException, IMailBeeNegativeResponseException

Types that implement IMailBeeLoginBadCredentialsException

Type Description
MailBeeImapLoginBadCredentialsException The exception that is thrown when the IMAP server reports the given user account name and/or password is incorrect.
MailBeePop3LoginBadCredentialsException The exception that is thrown when the POP3 server reports the given user account name and/or password is incorrect.
MailBeeSmtpLoginBadCredentialsException The exception that is thrown when the SMTP server reports the given user account name and/or password is incorrect.

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

IMailBeeLoginBadCredentialsException Members | MailBee Namespace