Pocket Outlook Object Model API Interfaces
This section provides detailed information about the Pocket Outlook Object Model API interfaces described in the following table.
Interfaces
Interface | PPC | SP | Description |
---|---|---|---|
IAppointment | X | X | Represents an appointment in the Calendar folder. |
ICity | X | X | Represents a city in the Cities folder. Supported only for Pocket PC 2000 software for Pocket PCs. |
IContact | X | X | Represents a Contact item in the Contacts folder. |
IException | X | X | Represents a single exception to a recurring appointment. |
IExceptions | X | X | Represents a read-only collection of exceptions to a recurring appointment |
IFolder | X | X | Represents a folder container object. Allows you to get items from within folders and includes properties and methods to send items over an infrared link. |
IItem | X | X | Represents a generic PIM item. Provides access to PIM item properties. |
IPimSrcContactListIcon | X | X | Provides a method for customizing the Contact icon associated with a particular Source Provider, when Contacts appear in the Contact list view. |
IPimSrcContactSummaryCard | X | X | Provides a method for customizing Contact Summary tabs of Contact items that are associated with a particular Source Provider. |
IPOlItems | X | X | No longer supported. |
IPOlItems2 | X | X | Represents a PIM item. Provides access to PIM item properties for an item at a given index within a collection, without the need to instantiate the item. |
IPOlRecipient | X | X | Represents a Recipient item. Derived from IRecipient. |
IPOutlookApp | X | X | Represents the Pocket Outlook Object Model root object, which is the entry point into the Pocket Outlook Object Model. |
IPOutlookApp2 | X | X | Represents the Pocket Outlook Object Model root object, extending it with item and folder retrieval operations. |
IPOutlookItemCollection | X | X | Represents a collection of POOM items in a folder. |
IRecipient | X | X | Represents a single member of a collection of Recipients. |
IRecipients | X | X | Provides a collection of Recipient items for a meeting request appointment. |
IRecurrencePattern | X | X | Represents a recurrence pattern object for setting task and appointment recurrences. |
ITask | X | X | Represents an assigned, delegated, or self-imposed Task to be performed within a specified time frame. |
ITimeZone | X | X | A read-only object to check whether a time zone supports daylight-saving time and to determine when it converts between standard time and daylight-saving time. |
See Also
Pocket Outlook Object Model API | Pocket Outlook Object Model | How to: Establish a POOM Session
Send Feedback on this topic to the authors