Exception Object Members

Outlook Developer Reference

Represents information about one instance of an AppointmentItem object which is an exception to a recurring series.

Properties

  Name Description
Bb176655.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176655.properties(en-us,office.12).gif AppointmentItem Returns the AppointmentItem object that is the exception. Not valid for deleted appointments. Read-only.
Bb176655.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176655.properties(en-us,office.12).gif Deleted Returns True if the AppointmentItem was deleted from the recurring pattern. Read-only
Bb176655.properties(en-us,office.12).gif ItemProperties Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.
Bb176655.properties(en-us,office.12).gif OriginalDate Returns a Date indicating the original date and time of an AppointmentItem before it was altered. This property will return the original date even if the AppointmentItem has been deleted. However, it will not return the original time if deletion has occurred. Read-only.
Bb176655.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176655.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.