Share via


Charset.UTF8 Property

The UTF8 property gets a Charset object that represents the UTF-8 character set.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UTF8 As Charset
    Get
'Usage
Dim value As Charset

value = Charset.UTF8
public static Charset UTF8 { get; }