3.17.4.1.40 SentTime (Opnum 46)

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

 [propget] HRESULT SentTime(
   [out, retval] VARIANT* pvarSentTime
 );

pvarSentTime: A pointer to a VARIANT that contains a VT_DATE that contains the UTC date and time stamp of when the message was sent.

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 pvarSentTime output parameter to the value of the represented Message.SentTime.