ICtiCallStateManager.EnableAutoAnswer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.