Gets or sets the list of ContentTypes supported by the IM Flow.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
SupportedFormats 
As 

InstantMessagingFormat
C#
public 

InstantMessagingFormat 
SupportedFormats { 
get; 
set; }
Visual C++
public:
property 

InstantMessagingFormat 
SupportedFormats {
	

InstantMessagingFormat 
get ();
	
void 
set (

InstantMessagingFormat 
value);
}
JavaScript
function get_
supportedFormats();
function set_
supportedFormats(
value);

See Also