MessageReceivedEventArgs.GetBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.