Click or drag to resize

NewCallEventArgs Class

[Missing <summary> documentation for "T:VoiceElements.Interface.NewCallEventArgs"]

Inheritance Hierarchy
SystemObject
  VoiceElements.InterfaceNewCallEventArgs

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
[SerializableAttribute]
public class NewCallEventArgs

The NewCallEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNewCallEventArgs
Initializes a new instance of the NewCallEventArgs class
Top
Properties
  NameDescription
Public propertyCancel
Informs server to drop the incoming call. Leave false to take the call.
Public propertyOK
This must be set by the client to inform the server the message was received.
Public propertyTelephonyLinkInfo
Top
See Also