SmtpConversion8BitTo7bit 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.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Smtp8bitDataConversion Conversion8BitTo7bit { get; set; }

Property Value

Type: Smtp8bitDataConversion
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
Nowadays, 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