TimeCreated Property (Message Object)

TimeCreated Property (Message Object)

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

Syntax

objMessage.TimeCreated

Data Type

Variant (vbDate format)

Remarks

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.

See Also

Concepts

Message Object