TAPIEx.NET Component Documentation

OnRequestMakeCall Event

Description

The OnRequestMakeCall event reports the arrival of a new request of MakeCall(tapiRequestMakeCall) from another application.
[Visual Basic]
Public OnRequestMakeCall As __Delegate_OnRequestMakeCall
[C#]
public __Delegate_OnRequestMakeCall OnRequestMakeCall

Remarks

DestAddress parameter contains the address of the remote party; the other members are useful for logging purposes..

See Also

None.