Charset.DefaultWebCharset Property
The DefaultWebCharset property gets the Web 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 DefaultWebCharset As Charset
Get
'Usage
Dim value As Charset
value = Charset.DefaultWebCharset
public static Charset DefaultWebCharset { get; }