MailBee.NET Objects 7.2

IMailBeeSmtpSendException Interface

When implemented by an exception class, indicates the exception is related to send mail to an SMTP server.

MailBee.SmtpMail.IMailBeeSmtpSendException
   MailBee.SmtpMail.IMailBeeSmtpSendNeedsResetException

public interface IMailBeeSmtpSendException : IMailBeeSendException

Types that implement IMailBeeSmtpSendException

Type Description
MailBeeSmtp8bitDataNotSupportedException The exception that is thrown when the message contains 8bit data while the SMTP server is capable of transmitting 7bit data only.
MailBeeSmtpMessageNotAllowedException An abstract parent for all exceptions that are thrown when the component determines the message could not be submitted to the SMTP server even before starting the actual submission.
MailBeeSmtpMessageSizeOutOfRangeException The exception that is thrown when the component determines the size of the message data exceeds the maximum size allowed by the SMTP server.
MailBeeSmtpNoAcceptedRecipientsException The exception that is thrown when the SMTP server refuses all the recipients submitted during the send mail operation.
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.

Requirements

Namespace: MailBee.SmtpMail

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

See Also

MailBee.SmtpMail Namespace