RoomMessageFilteringAction Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the action taken by message filtering logic for a room message when Room.SendFilteredMessge is called.
public enum class RoomMessageFilteringAction
C#
public enum RoomMessageFilteringAction
type RoomMessageFilteringAction =
Public Enum RoomMessageFilteringAction
- Inheritance
-
RoomMessageFilteringAction
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Canceled | 0 | The message send operation is canceled. |
Replaced | 1 | The original message text is replaced with new text and then sent. |
Passed | 2 | The original message text is sent without change. |
製品 | バージョン |
---|---|
Lync client | latest |