Indicates how the application handles instant messages.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
InstantMessageConsumptionMode
C#
public 
enum 
InstantMessageConsumptionMode
Visual C++
public 
enum class 
InstantMessageConsumptionMode
JavaScript

Microsoft.Rtc.Collaboration.InstantMessageConsumptionMode = 
function();

Microsoft.Rtc.Collaboration.InstantMessageConsumptionMode.createEnum('

Microsoft.Rtc.Collaboration.InstantMessageConsumptionMode',
false);

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.

See Also