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: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static Encoding DefaultEncoding { get; set; }
Public Shared Property DefaultEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA 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 See Also