Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates how the application handles instant messages.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration InstantMessageConsumptionMode
'Usage
Dim instance As InstantMessageConsumptionMode
public enum InstantMessageConsumptionMode
Members
| Member name | Description | |
|---|---|---|
| ConsumedLocally | The message is consumed locally as soon as it is delivered. | |
| ProxiedToRemoteEntity | The message is proxied to a remote entity. The success or failure of the delivery is only known later. |