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

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
supportedFormats 
As 

InstantMessagingFormat _
)
C#
public 
InstantMessagingFlowTemplate(
	

InstantMessagingFormat 
supportedFormats
)
Visual C++
public:
InstantMessagingFlowTemplate(
	

InstantMessagingFormat 
supportedFormats
)
JavaScript

Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate = 
function(
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