InstantMessagingFlowTemplate.ToastFormatSupport Property
Gets or sets toast format support value
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ToastFormatSupport As CapabilitySupport
Get
Set
'Usage
Dim instance As InstantMessagingFlowTemplate
Dim value As CapabilitySupport
value = instance.ToastFormatSupport
instance.ToastFormatSupport = value
public CapabilitySupport ToastFormatSupport { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CapabilitySupport
Remarks
When an application says it supports toast format then it is an indication to the remote side that it need not send the text message associated with the toast message again in rich text format. By default, application endpoint will support toast format since it does not require the remote participant to send the text message again. ToastMessage
See Also
Reference
InstantMessagingFlowTemplate Class