Edit

Share via


InstantMessageReceivedEventArgs.GetBody Method

Definition

Gets the body of the message.

public:
 cli::array <System::Byte> ^ GetBody();
public byte[] GetBody ();
member this.GetBody : unit -> byte[]
Public Function GetBody () As Byte()

Returns

Byte[]

Returns the raw byte data of the message body.

Applies to