MailMessageMailTransferEncodingHtml Property |
Gets or sets the transfer encoding of the HTML body of the message.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MailTransferEncoding MailTransferEncodingHtml { get; set; }
Public Property MailTransferEncodingHtml As MailTransferEncoding
Get
Set
Property Value
Type:
MailTransferEncodingThe mail encoding (like Base64, 7-bit, etc) of the HTML body of the message.
The default value for new messages is
QuotedPrintable.
Examples
See Also