Gets or sets the TransferEncoding of the content of this attachment.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.3844.0

Syntax

C#
public TransferEncoding TransferEncoding { get; set; }
Visual Basic (Declaration)
Public Property TransferEncoding As TransferEncoding
Visual C++
public:
property TransferEncoding TransferEncoding {
	TransferEncoding get ();
	void set (TransferEncoding value);
}

Field Value

TransferEncoding of the content.

See Also