Click or drag to resize
IChatServicePostMessageToUser Method
Posts a whisper message to user. This message will be posted to a room, but only sender and receiver of this messages will be able to see it.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse<MessageData> PostMessageToUser(
	int roomID,
	int recipientChatUserID,
	string messageText
)

Parameters

roomID
Type: SystemInt32
Room ID
recipientChatUserID
Type: SystemInt32
Recepient chat user ID
messageText
Type: SystemString
Message text

Return Value

Type: ChatGeneralResponseMessageData
ChatGeneralReponse
See Also