Click or drag to resize
TapiCallCallerID Property
Gets the caller's ID (phone number), if available.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public string CallerID { get; }

Property Value

Type: String
A string containing the caller, or originator, party identifier information. Contains "Unavail" if the telephony system reports that the party identifier information is not available and will not become available later.
Remarks
After a new incoming call is detected, AddTapi.NET waits up to 3 seconds for Caller ID information to arrive before reporting or answering new incoming call. Set WaitForCallerID property to false if you do not want AddTapi.NET to wait for Caller ID and process new incoming calls immediately. In this case CallerID property may contain null reference (Nothing in Visual Basic) when an IncomingCall event is fired. Caller's ID might become available a few seconds later and the CallerID property will change its value to the received caller's ID. Please note that some voice modems do not support Caller ID.
See Also