The ArrivedTime method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.ArrivalTime.
[propget] HRESULT ArrivedTime( [out, retval] VARIANT* plArrivedTime );
plArrivedTime: A pointer to a VARIANT that contains a VT_DATE that contains the UTC date and time stamp of when the message arrived in the queue.
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 plArrivedTime output parameter to the value of the represented Message.ArrivalTime.