Inserts new message to room. Message is of type ClassicMessage.
            
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 message 
- roomID
 - Type: 
System Int32
Room ID 
- senderChatUser
 - Type: CMS.Chat ChatUserInfo
Sender of this message 
Return Value
Type: MessageDataMessageData of the new message
See Also