Gets or sets the default charset for MIME body and headers.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Property DefaultCharset As Encoding Get Set |
C# |
---|
public Encoding DefaultCharset { get; set; } |
Field Value
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.