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

AppointmentItem objects in a Microsoft® Schedule+ calendar folder do not have the full set of attributes of a general message. If you obtain the default calendar folder by passing CdoDefaultFolderCalendar to the Session object's GetDefaultFolder method, its appointments have no defined value for the TimeLastModified property. An attempt to access TimeLastModified in this case returns CdoE_NOT_FOUND.

The TimeLastModified property corresponds to the MAPI property PR_LAST_MODIFICATION_TIME.