Platform SDK: Exchange 2000 Server

SentOn Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

The SentOn property is determined from the last entry for "Date:" in the SMTP headers, accessible from the urn:schemas:mailheader:date entry in the schema.

The IMessage.SentOn and IMessage.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.

See Also

urn:schemas:mailheader:date

urn:schemas:calendar:timezoneid Field