InstantMessagingFlowTemplate Constructors
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.
Overloads
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. |
InstantMessagingFlowTemplate()
Creates a new instance of the InstantMessagingFlowTemplate class with default values.
public:
InstantMessagingFlowTemplate();
public InstantMessagingFlowTemplate ();
Public Sub New ()
Remarks
Default value for MessageConsumptionMode is ConsumedLocally. Default value for SupportedFormats is PlainText.
Applies to
InstantMessagingFlowTemplate(InstantMessagingFlowTemplate)
Creates a new instance of the InstantMessagingFlowTemplate class with values from the specified flow template.
public:
InstantMessagingFlowTemplate(Microsoft::Rtc::Collaboration::InstantMessagingFlowTemplate ^ source);
public InstantMessagingFlowTemplate (Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate source);
new Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate : Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate -> Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate
Public Sub New (source As InstantMessagingFlowTemplate)
Parameters
- source
- InstantMessagingFlowTemplate
The source template.
Applies to
InstantMessagingFlowTemplate(InstantMessagingFormat)
Creates a new instance of the InstantMessagingFlowTemplate class with given Supported Formats.
public:
InstantMessagingFlowTemplate(Microsoft::Rtc::Collaboration::InstantMessagingFormat supportedFormats);
public InstantMessagingFlowTemplate (Microsoft.Rtc.Collaboration.InstantMessagingFormat supportedFormats);
new Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate : Microsoft.Rtc.Collaboration.InstantMessagingFormat -> Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate
Public Sub New (supportedFormats As InstantMessagingFormat)
Parameters
- supportedFormats
- InstantMessagingFormat
Flags that define IM formats that are supported.
Remarks
Default value for MessageConsumptionMode is ConsumedLocally.