Share via


StorageItem.LastModificationTime Property

Outlook Developer Reference

Returns a DateTime value specifying the date and time that the Outlook item was last modified. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.LastModificationTime

expression   A variable that represents a StorageItem object.

Remarks

This property corresponds to the MAPI property PR_LAST_MODIFICATION_TIME.

See Also