Indicates whether the line has been opened for incoming or outgoing calls.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic bool IsOpen { get; }Public ReadOnly Property IsOpen As Boolean
Get
public:
property bool IsOpen {
bool get ();
}Property Value
Type:
Boolean
Remarks
This property is
true if the line is currently open, i.e.
Open(Boolean, TapiCallHandler) was called and the line was not closed yet using
Close.
Line has to be open in order to place outgoing calls or receive incoming calls on the line.
See Also