AddTapi.NET Developer's Manual
Origin Property
NamespacesTraysoft.AddTapiTapiCallOrigin
Gets the origin of the call.
Declaration Syntax
C#Visual BasicVisual C++
public TapiCallOrigin Origin { get; }
Public ReadOnly Property Origin As TapiCallOrigin
public:
property TapiCallOrigin Origin {
	TapiCallOrigin get ();
}
Value
One of the TapiCallOrigin constants describing the origin of the call.
Remarks
Please note that some telephony service providers do not report the origin of the call. The Origin property is TapiCallOrigin.Unavail in this case.

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