IExceptions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The IExceptions interface provides a read-only collection of exceptions to a recurring Appointment. You can get this collection by using the IRecurrencePattern::get_Exceptions method. You and add and edit exceptions by using the IRecurrencePattern::GetOccurrence method.

Methods in Vtable Order

IExceptions methods Description

IExceptions::Item

Gets an Exception object from the exceptions collection for a recurring Appointment item.

IExceptions::get_Count

Gets the number of items in the exceptions collection.

IExceptions::get__NewEnum

Gets the IEnumVARIANT enumerator interface.

IExceptions::get_Application

Gets the main Outlook Mobile IPOutlookApp object.

Remarks

The exceptions collection pertains to Appointment objects only.

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

Reference

IException
Pocket Outlook Object Model Interfaces

Other Resources

Pocket Outlook Object Model Enumerations