Platform SDK: Exchange 2000 Server

ReceivedTime Property

[This is preliminary documentation and subject to change.]

The date/time this message was delivered to the server.

[Visual Basic]
Property ReceivedTime as Date
read-only
[C++]
HRESULT get_RecievedTime(DATE* pVal);
[IDL]
HRESULT [propget] ReceivedTime([out,retval] DATE* pVal);

Remarks

This property is also available as the urn:schemas:httpmail:datereceived field.

The ReceivedTime property is determined from the last entry for "Received:" in the SMTP headers.

The IMessage.SentOn and ReceivedTime properties hold the date/time in the time zone specified in the associated Configuration object using the urn:schemas:calendar:timezoneid field. If the time zone is not set in the IConfiguration.Fields collection, the date and time are held in the server's local time zone. If there is no server involved, the receiving user's local time zone is used.

If ReceivedTime could not be set from the headers, attempting to read it results in an error of CDO_E_PROP_NOT_FOUND.

See Also

IMessage.SentOn

urn:schemas:httpmail:datereceived Field

urn:schemas:calendar:timezoneid Field