Pocket Outlook Object Model Interfaces (Windows Embedded CE 6.0)

1/6/2010

The following table lists the Pocket Outlook Object Model API interfaces. 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.

ICity

Represents a city in the Cities 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.

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