Click or drag to resize

CallFeatureServiceIsSendAllCallsEnabled Method

Indicates if the send all calls feature is enabled.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsSendAllCallsEnabled(
	string extension
)

Parameters

extension
Type: SystemString
The extension for which send all feature status needs to be retrieved.

Return Value

Type: Boolean
Returns true if the send all calls feature is enabled for the specified extension.
See Also