Gets or sets the default charset for MIME body and headers.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property DefaultCharset As Encoding Get Set | 
| C# | 
|---|
| public Encoding DefaultCharset { get; set; } | 
Field Value
Default charset. Remarks
Remarks
            Only set this if you want to specify your own charset instead of letting the built-in automatic charset detector do its work.
            
 
     
     
     
     
    