Click or drag to resize
IChatServiceRejectMessage Method
Rejects the message. Checks for permissions for a specified room (roomID can be get from messageID) and if current chat user has admin rights, it rejects the message.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse RejectMessage(
	int messageID
)

Parameters

messageID
Type: SystemInt32
Message ID

Return Value

Type: ChatGeneralResponse
General response
See Also