MailBee.NET Objects 4.0

MailBeeSmtp8bitDataNotSupportedException Class

The exception that is thrown when the message contains 8bit data while the SMTP server is capable of transmitting 7bit data only.

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

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

public class MailBeeSmtp8bitDataNotSupportedException : 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

See Conversion8BitTo7bit property documentation for more information.

Requirements

Namespace: MailBee.SmtpMail

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

See Also

MailBeeSmtp8bitDataNotSupportedException Members | MailBee.SmtpMail Namespace | Smtp8bitDataConversion