When implemented by an exception class, indicates the server returned negative response, and the response data is available.
MailBee.IMailBeeNegativeResponseException
Derived interfaces
| Type | Description |
|---|---|
| MailBeeDnsNameErrorException | The exception that is thrown when the DNS server cannot find the queried domain name in the domains database. |
| MailBeeDnsProtocolNegativeResponseException | The exception that is thrown when the DNS server replied with non-successful (non-zero) response code. |
| 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. |
| MailBeeImapNegativeResponseException | The exception that is thrown when the IMAP server responds with a negative reply (i.e. "BAD" or "NO"). |
| MailBeeEmailProtocolNegativeResponseException | An abstract parent for all exceptions which indicate that the mail server returned negative response, and the response data is available in text (i.e. string) form. |
| 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. |
| MailBeePop3NegativeResponseException | The exception that is thrown when the POP3 server responds with a negative reply (i.e. -ERR). |
| MailBeePop3OptionalCommandNotSupportedException | The exception that is thrown when the POP3 server responds with a negative reply to an optional POP3 command. |
| 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. |
| MailBeeSmtpNegativeResponseException | The exception that is thrown when the SMTP server responds with a negative reply (4xx or 5xx, such as 501). |
| MailBeeSmtpOptionalCommandNotSupportedException | The exception that is thrown when the SMTP server responds with a negative reply to an optional SMTP command. |
| MailBeeSmtpRefusedDataException | The exception that is thrown when the SMTP server refuses the message data submitted by the client or even refuses to start receiving the message data from the client. |
| MailBeeSmtpRefusedRecipientException | The exception that is thrown when the SMTP server refuses to deliver the mail message to the specified recipient. |
| MailBeeSmtpRefusedSenderException | The exception that is thrown when the SMTP server refuses to deliver the mail message from the specified sender. |
| MailBeeSmtpSendNegativeResponseException | The exception that is thrown when the SMTP server responds with a negative reply (4xx or 5xx, such as 501) during send mail operation. |
Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll)