Gets the reason for the call.
| C# | Visual Basic | Visual C++ |
public TapiCallReason Reason { get; }
Public ReadOnly Property Reason As TapiCallReason
public: property TapiCallReason Reason { TapiCallReason get (); }
One of the TapiCallReason constants describing the reason why the call occured.
Please note that some telephony service providers do not report the reason for the call.
The Reason property is TapiCallReason.Unavail in this case.
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)