MailBee.NET Objects 4.0

IMailBeeSendException Interface

When implemented by an exception class, indicates the exception is related to send mail operation. The list of the recipients, the sender e-mail address, and the mail message itself is available.

For a list of all members of this type, see IMailBeeSendException Members.

MailBee.SmtpMail.IMailBeeSendException
   MailBee.SmtpMail.IMailBeeSmtpSendException
   MailBee.SmtpMail.IMailBeeSmtpSendNeedsResetException

public interface IMailBeeSendException

Types that implement IMailBeeSendException

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

IMailBeeSendException Members | MailBee.SmtpMail Namespace