Culture.MimeCharset property
The MimeCharset property gets a read-only Charset object that represents the preferred MIME character set for the culture represented by this Culture object.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property MimeCharset As Charset
Get
'Usage
Dim instance As Culture
Dim value As Charset
value = instance.MimeCharset
public Charset MimeCharset { get; }
Property value
Type: Microsoft.Exchange.Data.Globalization.Charset