Gets the raw content of the chat message, after all message parts have been formatted.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property MessageContent As String Get |
Visual Basic (Usage) |
---|
Dim instance As FormattedOutboundChatMessage Dim value As String value = instance. MessageContent |
C# |
---|
public string MessageContent { get; } |