MailMessageMailTransferEncodingHtml Property
Gets or sets the transfer encoding of the HTML body of the message.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public MailTransferEncoding MailTransferEncodingHtml { get; set; }

Property Value

Type: MailTransferEncoding
The mail encoding (like Base64, 7-bit, etc) of the HTML body of the message. The default value for new messages is QuotedPrintable.
Examples
The example is available in MailMessage topic.
See Also