Edit

Share via


CallTransferReceivedEventArgs.ImplicitNotificationDisabled Property

Definition

Gets or sets whether to disable implicit transfer notification.

public:
 property bool ImplicitNotificationDisabled { bool get(); void set(bool value); };
public bool ImplicitNotificationDisabled { get; set; }
member this.ImplicitNotificationDisabled : bool with get, set
Public Property ImplicitNotificationDisabled As Boolean

Property Value

Exceptions

Thrown when the value is set after accepting the incoming transfer request.

Remarks

When an application accepts an incoming transfer and establishes the new transfer call, transfer notifications are sent the transferor, implicitly based on responses from the transfer target. If an application wishes to disable this behavior then it needs to set this flag value before it accepts the incoming transfer request. Also, it needs to send the transfer notifications by explicitly by using ReferNotifier.

Applies to