Share via


GetBody Method

Retrieves the body of the message.

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

Syntax

'Declaration
Public Function GetBody As Byte()
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim returnValue As Byte()

returnValue = instance.GetBody()
public byte[] GetBody()

Return Value

Type: array<System..::..Byte>[]()[][]

See Also

Reference

InstantMessageReceivedEventArgs Class

InstantMessageReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace