ConferenceInvitationDeliverOptions.ToastMessage Property
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