ContentType.Encoding Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Encoding
Gets the 'charset' of this content type to Encoding.
Declaration
public Encoding Encoding { get; }
Property Value
Type | Description |
---|---|
Encoding | The encoding, or null if no charset or unknown charset is set. |