When implemented by an exception class, indicates the SMTP server returned negative response. The response data is available in text (i.e. string) form, and SMTP response status code is also available.
For a list of all members of this type, see IMailBeeNegativeSmtpResponseException Members.
| Type | Description |
|---|---|
| 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.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll)
IMailBeeNegativeSmtpResponseException Members | MailBee.SmtpMail Namespace