Gets the message body as string.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
GetMessageBodyString 
As 
String
C#
public 
string 
GetMessageBodyString()
Visual C++
public:
String^ 
GetMessageBodyString()
JavaScript
function 
getMessageBodyString();

Return Value

Returns the body.

See Also