CallServiceIncomingCallUndelivered Event |
Occurs when the user is informed of an incoming call that was not
delivered to the local application due to an active server feature,
such as call forwarding or send all calls.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic event EventHandler<CallEventArgs> IncomingCallUndelivered
Value
Type:
SystemEventHandlerCallEventArgs
Remarks
If desired the application can use the information in this call
object to update its call history records. Since the call is already
ended no further events will be sent for it.
See Also