InstantMessageConsumptionMode Enumeration
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. |