Gets the origin of the call.
| C# | Visual Basic | Visual C++ |
public TapiCallOrigin Origin { get; }
Public ReadOnly Property Origin As TapiCallOrigin
public: property TapiCallOrigin Origin { TapiCallOrigin get (); }
One of the TapiCallOrigin constants describing the origin of the call.
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)