AddTapi.NET Developer's Manual
TapiError Property
NamespacesTraysoft.AddTapiTapiExceptionTapiError
Gets the TAPI error number. Most common TAPI error numbers are listed in TapiErrors enumeration.
Declaration Syntax
C#Visual BasicVisual C++
public int TapiError { get; }
Public ReadOnly Property TapiError As Integer
public:
property int TapiError {
	int get ();
}

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)