AddTapi.NET Developer's Manual
CalledID Property
NamespacesTraysoft.AddTapiTapiCallCalledID
Gets the called party's ID (phone number), if available.
Declaration Syntax
C#Visual BasicVisual C++
public string CalledID { get; }
Public ReadOnly Property CalledID As String
public:
property String^ CalledID {
	String^ get ();
}
Value
A string containing the called-party identifier information. The called party corresponds to the originally addressed party. Contains "Unavail" if the telephony system reports that the party identifier information is not available and will not become available later.

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