InstantMessagingFlowTemplate.MessageConsumptionMode Property
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.
Gets or sets the value indicating the consumption mode of the application.
public:
property Microsoft::Rtc::Collaboration::InstantMessageConsumptionMode MessageConsumptionMode { Microsoft::Rtc::Collaboration::InstantMessageConsumptionMode get(); void set(Microsoft::Rtc::Collaboration::InstantMessageConsumptionMode value); };
public Microsoft.Rtc.Collaboration.InstantMessageConsumptionMode MessageConsumptionMode { get; set; }
member this.MessageConsumptionMode : Microsoft.Rtc.Collaboration.InstantMessageConsumptionMode with get, set
Public Property MessageConsumptionMode As InstantMessageConsumptionMode
Property Value
Remarks
Represents the setting for an application to indicate how it intends to handle instant messages. The incoming messages are handled according to the following conditions: If the application consumes messages locally, incoming messages are automatically acknowledged with a 200 response code. If the application proxies the messages, the incoming messages are automatically acknowledged with a 202 response code (if the remote supports message delivery notificiations) or the response is delayed. The application is responsible for sending delivery notification later for every message received. By default, the value is InstantMessageConsumptionMode.ConsumedLocally.