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