MailBee.NET Objects 3.1

Smtp.Conversion8BitTo7bit Property

Gets or sets if (and how) the component should perform 8bit-to-7bit conversion of the message data if the given SMTP server does not support transmission of 8bit data but the message does contain such data.

public Smtp8bitDataConversion Conversion8BitTo7bit {get; set;}

Property Value

A Smtp8bitDataConversion specifying how the component should perform 8bit-to-7bit conversion of the message data if the given SMTP server does not support transmitting 8bit data but the message does contain such data. The default value is DoNothing (no 8bit-to-7bit conversion will be made).

Remarks

Nowdays, most SMTP servers do not expose problems with 8bit-to-7bit conversions, and there is no practical need to change the default value of this property.

See Also

Smtp Class | MailBee.SmtpMail Namespace