MailBee.NET Objects 7.2

MailBeeSmtpMessageNotAllowedException Class

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.

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

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

public abstract class MailBeeSmtpMessageNotAllowedException : MailBeeEmailProtocolException, 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

For instance, if the message source data size exceeds the maximum size of the message allowed by the SMTP server for submission, it makes no sense to start the actual submission. The server would reject the message anyway.

Requirements

Namespace: MailBee.SmtpMail

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

See Also

MailBeeSmtpMessageNotAllowedException Members | MailBee.SmtpMail Namespace