ConferenceInvitationDeliverOptions.ToastMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets short message that can be displayed to the recipient upon receipt.
public:
property Microsoft::Rtc::Collaboration::ToastMessage ^ ToastMessage { Microsoft::Rtc::Collaboration::ToastMessage ^ get(); void set(Microsoft::Rtc::Collaboration::ToastMessage ^ value); };
public Microsoft.Rtc.Collaboration.ToastMessage ToastMessage { get; set; }
member this.ToastMessage : Microsoft.Rtc.Collaboration.ToastMessage with get, set
Public Property ToastMessage As ToastMessage