Ozeki VoIP SDK Class library
AutoAnswer Property
NamespacesOzeki.VoIPIPhoneLineAutoAnswer
Gets or sets a boolean value indicating whether the incoming calls on this line will be answered automatically.
Declaration Syntax
C#Visual BasicVisual C++
bool AutoAnswer { get; set; }
Property AutoAnswer As Boolean
	Get
	Set
property bool AutoAnswer {
	bool get ();
	void set (bool value);
}
Remarks
If this property is true the softphone will automatically accept all incoming calls in this line. If the value is false the calls will be in Ringing state until the user accepts or rejects them.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243