Charset.Unicode property
The Unicode property gets a Charset object that represents the Unicode character set.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Unicode As Charset
Get
'Usage
Dim value As Charset
value = Charset.Unicode
public static Charset Unicode { get; }
Property value
Type: Microsoft.Exchange.Data.Globalization.Charset
Remarks
The byte order of the character set represented by the Unicode property is little-endian.