Declaration

Visual C#:

int RejectIncomingCall;

Visual C++:

long RejectIncomingCall;

Visual Basic:

Dim RejectIncomingCall As Integer

Delphi:

property RejectIncomingCall : Integer;

Remarks

This property shows whether automatically reject an incoming call is needed or not. If the property value is set to 1, this control will automatically reject the incoming call after the NewIncomingCall event is triggered. Default value is 0.

See Also NewIncomingCall