MailBee.NET Objects 4.0

MailMessage.MailTransferEncodingHtml Property

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

public MailTransferEncoding MailTransferEncodingHtml {get; set;}

Property Value

The mail encoding (like Base64, 7-bit, etc) of the HTML body of the message. The default value for new messages is QuotedPrintable.

Example

The example is available in MailMessage topic.

See Also

MailMessage Class | MailBee.Mime Namespace | EncodeAllHeaders