Partager via


CtiHostedControl.SendChatMessage(CtiCommandRequest) Method

Definition

Sends a chat message to the call identified by the call ID

public:
 abstract bool SendChatMessage(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract bool SendChatMessage (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member SendChatMessage : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public MustOverride 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.

Implements

Applies to