SentOn Property

SentOn Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The date/time this message was submitted to the server. This property is read-only.

Applies To

IMessage Interface

IWorkflowMessage Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

[Visual Basic]Property SentOn As Date

[C++]HRESULT get_SentOn(DATEpVal);

Parameters

  • pVal
    Returns the value of the SentOn property as a reference to a DATE.

Remarks

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

The IMessage SentOn property, and the ReceivedTime Property hold the date/time in the time zone specified in the associated Configuration object using the timezoneid Field. If the time zone is not set in the IConfiguration Fields Property, 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

date Field

timezoneid Field

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.