MailBee.NET Objects 4.0

MailBeeSmtpNoAcceptedRecipientsException Class

The exception that is thrown when the SMTP server refuses all the recipients submitted during the send mail operation.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.SmtpMail.MailBeeSmtpNoAcceptedRecipientsException

public class MailBeeSmtpNoAcceptedRecipientsException : MailBeeEmailProtocolException, 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.

Remarks

This exception can be thrown only when refused recipients are allowed. When refused recipients are not allowed, the component does not wait until all recipients get refused, and throws MailBeeSmtpRefusedRecipientException if at least one recipient fails.

Requirements

Namespace: MailBee.SmtpMail

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

See Also

MailBeeSmtpNoAcceptedRecipientsException Members | MailBee.SmtpMail Namespace