MailBee.NET Objects 4.0

MailMessage.MailTransferEncodingPlain Property

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

public MailTransferEncoding MailTransferEncodingPlain {get; set;}

Property Value

The mail encoding (like Base64, 7-bit, etc) of the plain-text 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