RoomMessageFilteringAction enumeration
Enumerates the action taken by message filtering logic for a room message when Room.SendFilteredMessge is called.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration RoomMessageFilteringAction
'Usage
Dim instance As RoomMessageFilteringAction
public enum RoomMessageFilteringAction
Members
Member name | Description | |
---|---|---|
Canceled | The message send operation is canceled. | |
Replaced | The original message text is replaced with new text and then sent. | |
Passed | The original message text is sent without change. | |
Invalid |
Remarks
Choose RoomMessageFilteringAction.Canceled when you want to prevent the user's pending message post from completing. Use RoomMessageFilteringAction.Replaced when you have reformatted or replaced text in the user's original pending message text. Use RoomMessageFilteringAction.Passed when you are sending the user's original message text unchanged.