MailBee.NET Objects 4.0

MailBeeSmtpSendNegativeResponseException Class

The exception that is thrown when the SMTP server responds with a negative reply (4xx or 5xx, such as 501) during send mail operation.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.MailBeeEmailProtocolNegativeResponseException
                           MailBee.SmtpMail.MailBeeSmtpNegativeResponseException
                              MailBee.SmtpMail.MailBeeSmtpSendNegativeResponseException
                                 MailBee.SmtpMail.MailBeeSmtpRefusedDataException
                                 MailBee.SmtpMail.MailBeeSmtpRefusedRecipientException
                                 MailBee.SmtpMail.MailBeeSmtpRefusedSenderException

public abstract class MailBeeSmtpSendNegativeResponseException : MailBeeSmtpNegativeResponseException, IMailBeeSmtpSendNeedsResetException, IMailBeeSmtpSendException, IMailBeeSendException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: MailBee.SmtpMail

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

See Also

MailBeeSmtpSendNegativeResponseException Members | MailBee.SmtpMail Namespace