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

See also

Reference

Microsoft.Lync.Model.Room namespace