MessageParserConfigEncodingDefault Property |
Gets or sets
Encoding to use when the charset is not specified in the e-mail message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Encoding EncodingDefault { get; set; }
Public Property EncodingDefault As Encoding
Get
Set
Property Value
Type:
Encoding
An
Encoding object specifying the charset to use
during parsing the message for decoding message bytes into strings if the charset is not specifed in the message.
The default value is
Global.DefaultEncoding.
Exceptions Remarks See Also