MailMessage::BodyTransferEncoding Property

.NET Framework (current version)
 

Gets or sets the transfer encoding used to encode the message body.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property TransferEncoding BodyTransferEncoding {
	TransferEncoding get();
	void set(TransferEncoding value);
}

Property Value

Type: System.Net.Mime::TransferEncoding

Returns TransferEncoding.

A TransferEncoding applied to the contents of the Body.

.NET Framework
Available since 4.5
Return to top
Show: