Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property SupportedFormats As InstantMessagingFormat
Get
Set
'Usage
Dim instance As InstantMessagingFlowTemplate
Dim value As InstantMessagingFormat
value = instance.SupportedFormats
instance.SupportedFormats = value
public InstantMessagingFormat SupportedFormats { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.InstantMessagingFormat
See Also
Reference
InstantMessagingFlowTemplate Class