When implemented by an exception class, indicates the server returned negative response during the authentication process, and the response data is available in text (i.e. string) form.
MailBee.IMailBeeLoginNegativeResponseException
MailBee.IMailBeeLoginBadCredentialsException
MailBee.IMailBeeLoginBadMethodException
| Type | Description |
|---|---|
| MailBeeImapLoginBadCredentialsException | The exception that is thrown when the IMAP server reports the given user account name and/or password is incorrect. |
| MailBeeImapLoginBadMethodException | The exception that is thrown when the IMAP server reports the given SASL authentication method is not supported and use of another authentication methods is not allowed by the application. |
| MailBeeImapLoginNegativeResponseException | An abstract parent for all exceptions which indicate the IMAP server replied with a negative response during authentication of the user. |
| MailBeePop3LoginBadCredentialsException | The exception that is thrown when the POP3 server reports the given user account name and/or password is incorrect. |
| MailBeePop3LoginBadMethodException | The exception that is thrown when the POP3 server reports the given SASL authentication method is not supported and use of another authentication methods is not allowed by the application. |
| MailBeePop3LoginNegativeResponseException | An abstract parent for all exceptions which indicate the POP3 server replied with a negative response during authentication of the user. |
| MailBeeSmtpLoginBadCredentialsException | The exception that is thrown when the SMTP server reports the given user account name and/or password is incorrect. |
| MailBeeSmtpLoginBadMethodException | The exception that is thrown when the SMTP server reports the given ESMTP SASL authentication method is not supported and use of another authentication methods is not allowed by the application. |
| MailBeeSmtpLoginNegativeResponseException | An abstract parent for all exceptions which indicate the SMTP server replied with a negative response during authentication of the user. |
Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll)