(Contents)(Previous)(Next)

CreationDate (property)

Description: Returns the date and time on which the item was first created. This is a read-only property.
Type: Date
Example:
Set appts = user.Appointments

Set appt = appts.GetFirst

MsgBox CStr(appt.CreationDate)


Next