| TapiCallConnectedID Property |
Gets the connected party's ID (phone number), if available.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic string ConnectedID { get; }Public ReadOnly Property ConnectedID As String
Get
public:
property String^ ConnectedID {
String^ get ();
}Property Value
Type:
String
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.
See Also