Platform SDK: CDO for Windows 2000

ReceivedTime Property

The ReceivedTime property specifies the date and time the message is delivered to the server.

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

Remarks

This property is also available as the urn:schemas:httpmail:datereceived and urn:schemas:mailheader:received fields.

The ReceivedTime property is determined from the most recent Received: header field for the message. This field is normally the first one encountered in the message stream.

The date and time value is offset by the time zone as defined with the urn:schemas:calendar:timezoneid field in the associated Configuration object. If no time zone is specified, no offset is performed and the date and time are returned in coordinated universal time (UTC).

If the ReceivedTime property cannot 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

urn:schemas:mailheader:received Field