When implemented by an exception class, indicates the login process failed, and the application should try to authenticate using either another account name and password or another authentication method.
MailBee.IMailBeeLoginException
MailBee.IMailBeeLoginBadCredentialsException
MailBee.IMailBeeLoginBadMethodException
MailBee.IMailBeeLoginNegativeResponseException
| 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. |
| MailBeeLoginNoCredentialsException | The exception that is thrown when the authentication process cannot proceed, because no account name and/or password was provided by the application. |
| MailBeeLoginNoSupportedMethodsException | The exception that is thrown when the authentication process cannot proceed, because no authentication methods allowed by the application for authentication are supported by the server. |
| MailBeeLoginNotPossibleException | An abstract parent for all exceptions which indicate that the authentication process cannot proceed under current conditions. |
| MailBeeLoginWin32Exception | The exception that is thrown when underlying Win32 Schannel implementation of Windows Integrated authentication returns an error. |
| 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)