3.17.4.1.21 Body (Opnum 27)

The Body method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.Body.

 [propget] HRESULT Body(
   [out, retval] VARIANT* pvarBody
 );

pvarBody: A pointer to a VARIANT that contains the body content of the message.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the pvarBody output parameter to the value of the represented Message.Body.