Pocket Outlook Object Model Interfaces

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following table lists the Pocket Outlook Object Model APIs. They represent the PIM items, item collections, storage folders, and recurrence patterns that make up the object model.

Programming element Description

IAppointment

Represents an appointment in the Calendar folder.

IContact

Represents a contact in the Contacts folder.

IException

Contains information about a single exception to a recurring Appointment.

IExceptions

Provides a read-only collection of exceptions to a recurring appointment.

IFolder

Exposes folder properties and methods to send items in folders over an infrared link.

IPOlItems

No longer supported.

IPOlRecipient

This interface, derived from IRecipient, represents a new recipient item.

IPOutlookApp

Represents the POOM IPOutlookApp object.

IPOutlookItemCollection

Represents and manages a collection of Outlook Mobile items in a folder.

IRecipient

Represents a single member of a collection of recipients.

IRecipients

Provides a collection of recipients for an appointment that is a meeting request.

IRecurrencePattern

Sets the recurrence of a task or an appointment.

ITask

Represents an assigned, delegated, or self-imposed task to be performed within a specified time frame in the Tasks folder.

ITimeZone

Represents a read-only object to check whether a time zone supports daylight-saving time and find when it converts between standard time and daylight-saving time.

Programming element Description

IItem

Represents a generic PIM item.

IPimSrcContactListIcon

Provides a method for customizing the Contact icon associated with a particular source provider when contacts appear in the Contact list view.

IPimSrcContactNew

Provides a method for displaying a custom user interface associated with a particular source provider when users create new contacts, and to save the new contact item.

IPimSrcContactSummaryCard

Provides a method for customizing Contact Summary tabs of contact items that are associated with a particular source provider.

IPOlItems2

Represents a PIM item, and provides access to PIM properties for an item at a given index within a collection, without the need to instantiate the item.

IPOutlookApp2

Provides access to PIM items, their custom properties, and their folders.

IRecipient2

Extends IRecipient by adding support for Outlook meeting attendee type and status.

Remarks

Although all of the POOM interfaces inherit the IDispatch interface, using the IDispatch methods (IDispatch::GetIDsOfNames, IDispatch::GetTypeInfo, IDispatch::GetTypeInfoCount, and IDispatch::Invoke) on POOM objects is not supported.

See Also

Other Resources

Pocket Outlook Object Model Reference