Platform SDK: CDO 1.2.1 |
The TimeLastModified property specifies the date/time the message was most recently saved. Read-only.
objMessage.TimeLastModified
Variant (vbDate format)
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.