GetMessageBodyString Method
Gets the message body as string.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetMessageBodyString As String
'Usage
Dim instance As SipMessageData
Dim returnValue As String
returnValue = instance.GetMessageBodyString()
public string GetMessageBodyString()
Return Value
Type: System..::..String
A string containing the message body.