Edit

Share via


MessageReceivedEventArgs.GetBody Method

Definition

Retrieves 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