Gets the raw content of the chat message, after all message parts have been formatted.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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; }

Property Value

Type: System . . :: . . String

The message body.

See Also