SmtpMail.TransferEncoding Property


Gets or sets encoding for the body text of the e-mail message.

[Visual Basic]
Public Property TransferEncoding As TransferEncodingType
[C#]
public TransferEncodingType TransferEncoding {get; set;}
[C++]
public: __property TransferEncodingType^ get_TransferEncoding();
public: __property void set_TransferEncoding(TransferEncodingType^);
[JScript]
public function get TransferEncoding() : TransferEncodingType;
public function set TransferEncoding(TransferEncodingType);

Property Value

One of TransferEncodingType values.