Charset.IsAvailable Property
The IsAvailable property gets a Boolean value that indicates whether the character set represented by this Charset object is installed and available for encoding and decoding.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsAvailable As Boolean
Get
'Usage
Dim instance As Charset
Dim value As Boolean
value = instance.IsAvailable
public bool IsAvailable { get; }
Property Value
Type: System.Boolean
Remarks
The IsAvailable property is true if the character set is installed. Otherwise it is false.