Edit

Share via


InstantMessagingFlowTemplate.ToastFormatSupport Property

Definition

Gets or sets toast format support value

public:
 property Microsoft::Rtc::Collaboration::CapabilitySupport ToastFormatSupport { Microsoft::Rtc::Collaboration::CapabilitySupport get(); void set(Microsoft::Rtc::Collaboration::CapabilitySupport value); };
public Microsoft.Rtc.Collaboration.CapabilitySupport ToastFormatSupport { get; set; }
member this.ToastFormatSupport : Microsoft.Rtc.Collaboration.CapabilitySupport with get, set
Public Property ToastFormatSupport As CapabilitySupport

Property Value

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

Applies to