Inserts new whisper message to room.
            
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- messageText
 - Type: 
System String
Text of the message 
- roomID
 - Type: 
System Int32
Room ID 
- senderChatUser
 - Type: CMS.Chat ChatUserInfo
Sender 
- recepientChatUser
 - Type: CMS.Chat ChatUserInfo
Receiver 
Return Value
Type: MessageDataMessageData of the new message
See Also