LastEditedDate (property)
Description:
Returns the date and time on which the item was last edited. This is a read-only property.
Type:
Date
Example:
Set appts = user.Appointments
Set appt = appts.GetFirst
MsgBox CStr(appt.LastEditedDate)
Next