TimeCreated Property (Message Object)

Exchange Server 2003

Topic Last Modified: 2004-06-09

The TimeCreated property specifies the date/time the message was first saved. Read-only.

objMessage.TimeCreated

Variant (vbDate format)

The TimeCreated property is not exposed on AppointmentItem objects created by Microsoft® Schedule+, and it is not automatically set when you create an appointment within a CDO application until you call the Update method. In these cases, the application must assign a value to TimeCreated or an attempt to read it returns CdoE_NOT_FOUND.

The TimeCreated property corresponds to the MAPI property PR_CREATION_TIME.

Show: