MailMessage::BodyTransferEncoding Property
.NET Framework (current version)
Gets or sets the transfer encoding used to encode the message body.
Assembly: System (in System.dll)
public: property TransferEncoding BodyTransferEncoding { TransferEncoding get(); void set(TransferEncoding value); }
Property Value
Type: System.Net.Mime::TransferEncodingReturns TransferEncoding.
A TransferEncoding applied to the contents of the Body.
.NET Framework
Available since 4.5
Available since 4.5
Show: