ICtiControl.SendChatMessage(CtiCommandRequest) 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.
Sends a chat message to the call identified by the call ID.
public:
bool SendChatMessage(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public bool SendChatMessage (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member SendChatMessage : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public Function SendChatMessage (commandData As CtiCommandRequest) As Boolean
Parameters
- commandData
- CtiCommandRequest
Specifies the call ID and additional command data.
Returns
True
if the chat message was successfully sent, otherwise false
.