Charset.CodePage Property
The CodePage property gets the code page number for the character set that this Charset object represents.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property CodePage As Integer
Get
'Usage
Dim instance As Charset
Dim value As Integer
value = instance.CodePage
public int CodePage { get; }
Property Value
Type: System.Int32