Click or drag to resize
CallFeatureServiceIsAutoCallbackEnabled Method
A Boolean value indicating whether the auto callback feature is enabled for the specified destination. Use this method only if AutoCallback destination is editable (IsDestinationExtensionEditable), otherwise use AutoCallbackEnabled property.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool IsAutoCallbackEnabled(
	string destination
)

Parameters

destination
Type: SystemString
The destination to query auto-callback enablement for.

Return Value

Type: Boolean
A Boolean value indicating whether the auto callback feature is enabled.
See Also