Share via


IPOutlookStoreCollection (Compact 7)

3/12/2014

The IPOutlookStoreCollection interface represents a collection of POOM Item Stores.

Methods in Vtable Order

IPOutlookStoreCollection methods Description

IPOutlookStoreCollection::get_Count

Gets the number of POOM Item Store items in the POOM Store Collection.

IPOutlookStoreCollection::get__NewEnum

Returns an enumerator object for iterating through the POOM Item Store Collection.

IPOutlookStoreCollection::get_Application

Gets a handle to the Outlook Mobile application object - the POOM entry point.

IPOutlookStoreCollection::Find

Searches the POOM Item Store Collection for POOM Item Stores that match a set of criteria.

IPOutlookStoreCollection::FindNext

Continues the POOM Item Store search started in IPOutlookStoreCollection::Find.

IPOutlookStoreCollection::GetStore

Returns the POOM Item Store at a given index in the POOM Item Store Collection.

IPOutlookStoreCollection::Restrict

Creates a new POOM Item Store Collection that is a filtered version of the original.

IPOutlookStoreCollection::Sort

Sorts the POOM Folder Collection according to a set of given properties, sort direction, and number or sorts.

Remarks

Applies to Windows Embedded Compact 7.

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

Pocket Outlook Object Model Interfaces