IItem (Compact 7)
3/12/2014
The IItem interface represents a generic PIM item. Specialized PIM items are based on IContact, IAppointment, ITask, and IFolder.
Methods in Vtable Order
IItem methods | Description |
---|---|
Gets a PIM item's list of property values. |
|
Sets a PIM item's list of property values. |
|
Saves a PIM item to the data store. |
|
Creates a copy of a PIM item. |
|
Gets a PIM item's unique Object Identifier (OID). |
|
Opens a stream property for a PIM item. |
|
Gets a PIM item's type. |
|
Gets the main Outlook Mobile IPOutlookApp object. |
|
Gets a PIM item's parent folder. |
Remarks
The IItem interface allows you to work with a PIM item without the need to know it's type (either Appointment, Contact, Task, or Folder).
Requirements
Header |
pimstore.h |
Library |
Pimstore.lib |
See Also
Reference
Pocket Outlook Object Model Interfaces
Pocket Outlook Object Model Enumerations