AddTapi.NET Developer's Manual
ConnectedID Property
NamespacesTraysoft.AddTapiTapiCallConnectedID
Gets the connected party's ID (phone number), if available.
Declaration Syntax
C#Visual BasicVisual C++
public string ConnectedID { get; }
Public ReadOnly Property ConnectedID As String
public:
property String^ ConnectedID {
	String^ get ();
}
Value
A string containing the connected party identifier information. The connected party is the party that was actually connected to. This may be different from the called-party ID if the call was diverted. 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)