Click or drag to resize

MessagingServiceIsServiceAvailable Property

A Boolean value indicating whether the messaging service is available. This value is closely connected with capabilities - if the service is not running, usually all of the capabilities related to the service won't be allowed.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsServiceAvailable { get; }

Property Value

Type: Boolean
Remarks
see also: MessagingServiceAvailable
See Also