MessageParserConfigEncodingDefault Property
Gets or sets Encoding to use when the charset is not specified in the e-mail message.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Encoding EncodingDefault { 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
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property.
See Also