Exceptions Object

Outlook Developer Reference

Contains a group of Exception objects.

Remarks

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.

Example

The following example sets a reference to the Exceptions object.

Visual Basic for Applications
  Set myExceptions = myRecurrencePattern.Exceptions

See Also