InstantMessagingBlockAllMode Enum
Definition
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.
Represents whether instant messaging is blcoked in this conversation.
public enum class InstantMessagingBlockAllMode
public enum InstantMessagingBlockAllMode
type InstantMessagingBlockAllMode =
Public Enum InstantMessagingBlockAllMode
- Inheritance
-
InstantMessagingBlockAllMode
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | Instant messaging blocking feature is not supported by the MCU. |
Disabled | 1 | Instant messaging blocking is disabled. |
Enabled | 2 | Instant messaging blocking is enabled. None of the participants in the meeting will be able to send instant messages. |
Remarks
Instant messaging can be blocked by presenters in a conference. Typically, this is done during question and answer sessions.