Property DefaultCharset
DefaultCharset
Gets or sets the default charset for MIME body and headers. Inherited from MimeEntity.
Declaration
public Encoding DefaultCharset { get; set; }
Property Value
Type | Description |
---|---|
Encoding | Default charset. |
Remarks
Only set this if you want to specify your own charset instead of letting the built-in automatic charset detector do its work.