CtiCallStateManager.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 the 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
.