Gets the charset (Encoding) of the content of this attachment.
Namespace:
Rebex.MailAssembly: Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public Encoding Charset { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Charset As Encoding |
| Visual C++ |
|---|
public: property Encoding^ Charset { Encoding^ get (); } |