IRecurrencePattern::get_Exceptions
A version of this page is also available for
4/8/2010
The Exceptions property gets a collection of exceptions that are associated with a recurring appointment object.
Syntax
HRESULT get_Exceptions(
IExceptions ** ppExceptions
);
Parameters
- ppExceptions
[out] Reference to a collection of exceptions in an IExceptions object.
Return Value
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:
- S_OK
The method completed successfully.
Remarks
get_Exceptions applies to appointment items only.
Changing the following properties on a single instance of a recurring appointment does not cause an exception to be thrown: AllDayEvent, Categories, IsRecurring, MeetingStatus, ReminderOptions, ReminderSoundFile, Recipients, Sensitivity.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Tasks
Creating a Recurring Appointment
Reference
Pocket Outlook Object Model Interfaces