Charset.Culture Property
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Culture As Culture
Get
'Usage
Dim instance As Charset
Dim value As Culture
value = instance.Culture
public Culture Culture { get; }
Property Value
Remarks
While the culture is always defined for a Charset object, the definition may not be specific to the character set represented.
To find the Windows character set mapping for this Charset object, use the WindowsCharset property that belongs to the Culture object returned by the Culture property.