Gets or sets the TransferEncoding of the content of this attachment.
Namespace:
Rebex.MailAssembly: 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); } |