TimeLastModified Property (Message Object)

TimeLastModified Property (Message Object)

The TimeLastModified property specifies the date/time the message was most recently saved. Read-only.

Syntax

objMessage.TimeLastModified

Data Type

Variant (vbDate format)

Remarks

The TimeLastModified 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 TimeLastModified or an attempt to read it returns CdoE_NOT_FOUND.

The TimeLastModified property corresponds to the MAPI property PR_LAST_MODIFICATION_TIME.

See Also

Concepts

Message Object