AddTapi.NET Developer's Manual
Reason Property
NamespacesTraysoft.AddTapiTapiCallReason
Gets the reason for the call.
Declaration Syntax
C#Visual BasicVisual C++
public TapiCallReason Reason { get; }
Public ReadOnly Property Reason As TapiCallReason
public:
property TapiCallReason Reason {
	TapiCallReason get ();
}
Value
One of the TapiCallReason constants describing the reason why the call occured.
Remarks
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)