Message Property

Gets the text message, if the content type indicates text message and encoding is supported locally.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
    Get
'Usage
Dim instance As ToastMessage
Dim value As String

value = instance.Message
public string Message { get; }

Property Value

Type: System..::..String

Remarks

Can be String.Empty if text message does not exist.

See Also

Reference

ToastMessage Class

ToastMessage Members

Microsoft.Rtc.Collaboration Namespace