| ChatMessageHelperPostMessage Method | 
            Inserts new message to room. Message is of type ClassicMessage.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static MessageData PostMessage(
	string messageText,
	int roomID,
	ChatUserInfo senderChatUser
)
Parameters
- messageText
- Type: SystemString
 Text of message
- roomID
- Type: SystemInt32
 Room ID
- senderChatUser
- Type: CMS.ChatChatUserInfo
 Sender of this message
Return Value
Type: 
MessageDataMessageData of the new message
 See Also
See Also