CtiCallStateManager.AddCallInfoItemToCallersList(CallInfoData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a CallInfoData Item to the CallersList.
public:
bool AddCallInfoItemToCallersList(Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ callData);
public bool AddCallInfoItemToCallersList (Microsoft.Uii.Desktop.Cti.Core.CallInfoData callData);
member this.AddCallInfoItemToCallersList : Microsoft.Uii.Desktop.Cti.Core.CallInfoData -> bool
Public Function AddCallInfoItemToCallersList (callData As CallInfoData) As Boolean
Parameters
- callData
- CallInfoData
Specifies the CallInfoData Object populated with call data.
Returns
True
if the CallInfoData item is added successfully, false
otherwise.