Exceptions object (Outlook)
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.
Set myExceptions = myRecurrencePattern.Exceptions
Methods
Name |
---|
Item |
Properties
Name |
---|
Application |
Class |
Count |
Parent |
Session |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.