GlobalDefaultEncoding Property
Gets or sets the default Encoding to be used for byte-to-string and string-to-byte conversions when no encoding is specified.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static Encoding DefaultEncoding { get; set; }

Property Value

Type: Encoding
A reference to the Encoding object to be used for byte-to-string and string-to-byte conversions when no encoding is specified. The default value is Default.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also