Share via


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
public bool IsAvailable { get; }
public:
property bool IsAvailable {
    bool get ();
}
/** @property */
public boolean get_IsAvailable ()
public function get IsAvailable () : boolean

Remarks

The IsAvailable property is true if the character set is installed. Otherwise it is false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003