Exceptions Object

Microsoft Outlook Visual Basic

Exceptions Object

RecurrencePattern Exceptions
Exception
Multiple objects

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