Click or drag to resize

CallServiceIgnoredCalls Property

The Calls that are ignored. The ignored calls are the calls which are unattended but can be received any time.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ReadOnlyCollection<Call> IgnoredCalls { get; }

Property Value

Type: ReadOnlyCollectionCall
See Also