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