AttachmentBase.Charset Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Charset
Gets the charset (Encoding) of the content of this attachment.
Declaration
public Encoding Charset { get; }
Property Value
Type | Description |
---|---|
Encoding | The charset of the content; or null if it has no charset or unknown charset. |