MimeMessage.DefaultCharset Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
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.