InstantMessagingFlowTemplate Constructor (InstantMessagingFormat)
Creates a new instance of the InstantMessagingFlowTemplate class with given Supported Formats.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
supportedFormats As InstantMessagingFormat _
)
'Usage
Dim supportedFormats As InstantMessagingFormat
Dim instance As New InstantMessagingFlowTemplate(supportedFormats)
public InstantMessagingFlowTemplate(
InstantMessagingFormat supportedFormats
)
Parameters
- supportedFormats
Type: Microsoft.Rtc.Collaboration.InstantMessagingFormat
Flags that define IM formats that are supported.
Remarks
Default value for MessageConsumptionMode is ConsumedLocally.
See Also
Reference
InstantMessagingFlowTemplate Class
InstantMessagingFlowTemplate Members