This topic has not yet been rated - Rate this topic

Exceptions Object (Outlook)

Published: July 16, 2012

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.

The following example sets a reference to the Exceptions object.

Set myExceptions = myRecurrencePattern.Exceptions
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.