ICtiCallStateManager.EnableAutoAnswer Property

Definition

Gets or sets a Boolean value that specifies whether auto answer is enabled.

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

Property Value

True if auto answer is enabled, otherwise false.

Remarks

This will immediately answer the call. Some CTI solutions will not allow you to reject a call after a call has been answered.

Applies to