Share via


Exceptions Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

RecurrencePattern
Aa158696.parchild(en-us,office.10).gifExceptions
Aa158696.space(en-us,office.10).gifAa158696.parchild(en-us,office.10).gif

The Exceptions object contains a group of Exception objects. If you have a recurring AppointmentItem, the RecurrencePattern object defines the recurrence of these appointments. The Exceptions object contains the group of Exception objects that define the exceptions to that series of appointments.

Exception objects are added to the Exceptions object whenever a property in the corresponding AppointmentItem object is altered.

Using the Exceptions Object

The following example sets a reference to the Exceptions object.

Set myExceptions = myRecurrencePattern.Exceptions