MailMessageMailTransferEncodingPlain Property |
Gets or sets the transfer encoding of the plain-text body of the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MailTransferEncoding MailTransferEncodingPlain { get; set; }
Public Property MailTransferEncodingPlain As MailTransferEncoding
Get
Set
Property Value
Type:
MailTransferEncodingThe mail encoding (like Base64, 7-bit, etc) of the plain-text body of the message.
The default value for new messages is
QuotedPrintable.
Examples See Also