MailMessageMailTransferEncodingPlain Property
Gets or sets the transfer encoding of the plain-text body of the message.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailTransferEncoding MailTransferEncodingPlain { get; set; }

Property Value

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