MimeMessage.Charset Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 8.0.9673)
Charset
Gets the charset (Encoding) of the content of this entity. Inherited from MimeEntity.
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. |