Charset.DefaultMimeCharset Property
The DefaultMimeCharset property gets the MIME character set that is used to represent text in the default culture.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultMimeCharset As Charset
Get
'Usage
Dim value As Charset
value = Charset.DefaultMimeCharset
public static Charset DefaultMimeCharset { get; }