IRecurrencePattern::get_Exceptions
The Exceptions property gets or sets 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.
Return Values
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
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib
See Also
How to: Create a Recurring Appointment | IRecurrencePattern | Pocket Outlook Object Model API Interfaces
Send Feedback on this topic to the authors