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 short message that can be displayed to the recipient upon receipt.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ToastMessage As ToastMessage
Get
Set
'Usage
Dim instance As ConferenceInvitationDeliverOptions
Dim value As ToastMessage
value = instance.ToastMessage
instance.ToastMessage = value
public ToastMessage ToastMessage { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ToastMessage
See Also
Reference
ConferenceInvitationDeliverOptions Class