IItem2 (Compact 7)
3/12/2014
The IItem2 interface represents a generic PIM item. Specialized PIM items are based on the the Outlook Mobile object types.
Methods in Vtable Order
IItem2 methods | Description |
---|---|
New for Windows Embedded Compact 7. Gets the PIM item's item identifier (POLITEMID). |
|
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. |
|
Deletes a PIM item from the data store. |
|
Displays the PIM item's Summary tab. |
|
Displays the PIM item's Edit tab. |
|
Creates a copy of a PIM item. |
|
Opens a stream property for a PIM item. |
|
Gets a PIM item's type. |
|
Gets a handle to the Outlook Mobile application object - the POOM entry point. |
|
Gets a PIM item's parent folder. |
|
New for Windows Embedded Compact 7. Gets the PIM item's Store object. |
|
Adds a category to the PIM item's PIMPR_CATEGORIES property. |
|
Removes a category from the PIM item's PIMPR_CATEGORIES property. |
|
New for Windows Embedded Compact 7. Moves the PIM item into a new parent folder. |
|
New for Windows Embedded Compact 7. Create a copy of the PIM item, and moves it into a new parent folder. |
Remarks
The IItem2 interface was introduced in Windows Embedded Compact 7.
The IItem2 interface allows you to work with a PIM item without the need to know it's type. For more information on the Outlook Mobile object types, see OlObjectType.
Requirements
Header |
pimstore.h |
Library |
Pimstore.lib |