InstantMessagingFlowTemplate Class
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.
Represents settings for an InstantMessagingFlow instance.
public ref class InstantMessagingFlowTemplate
public class InstantMessagingFlowTemplate
type InstantMessagingFlowTemplate = class
Public Class InstantMessagingFlowTemplate
- Inheritance
-
InstantMessagingFlowTemplate
Constructors
InstantMessagingFlowTemplate() |
Creates a new instance of the InstantMessagingFlowTemplate class with default values. |
InstantMessagingFlowTemplate(InstantMessagingFlowTemplate) |
Creates a new instance of the InstantMessagingFlowTemplate class with values from the specified flow template. |
InstantMessagingFlowTemplate(InstantMessagingFormat) |
Creates a new instance of the InstantMessagingFlowTemplate class with given Supported Formats. |
Properties
ComposingTimeoutValue |
Gets or sets the value (in seconds) for the composing timeout. |
MessageConsumptionMode |
Gets or sets the value indicating the consumption mode of the application. |
SupportedFormats |
Gets or sets the list of ContentTypes supported by the IM Flow. |
ToastFormatSupport |
Gets or sets toast format support value |
WaitingForDeliveryNotificationDisabled |
Gets or sets the value to control whether the BeginSendInstantMessage operation will wait for delivery notifications before completion. |
Extension Methods
SetMessageLimit(InstantMessagingFlowTemplate, Int32) |