MailMessage.DefaultCharset Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
DefaultCharset
Gets or sets the default charset for MIME body and headers.
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.