InstantMessageConsumptionMode 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.
Indicates how the application handles instant messages.
public enum class InstantMessageConsumptionMode
public enum InstantMessageConsumptionMode
type InstantMessageConsumptionMode =
Public Enum InstantMessageConsumptionMode
- Inheritance
-
InstantMessageConsumptionMode
Fields
Name | Value | Description |
---|---|---|
ConsumedLocally | 0 | The message is consumed locally as soon as it is delivered. |
ProxiedToRemoteEntity | 1 | The message is proxied to a remote entity. The success or failure of the delivery is only known later. |