Partager via


IPOutlookFolderCollection (Compact 7)

3/12/2014

The IPOutlookFolderCollection interface represents collection of POOM Folder items.

Methods in Vtable Order

IPOutlookFolderCollection methods Description

IPOutlookFolderCollection::get_Count

Gets the number of Folder items in the POOM Folder Collection.

IPOutlookFolderCollection::get__NewEnum

Returns an enumerator object for iterating through the POOM Folder Collection.

IPOutlookFolderCollection::get_Application

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

IPOutlookFolderCollection::Find

Searches the POOM Folder Collection for POOM Folders matching a set of criteria.

IPOutlookFolderCollection::FindNext

Continues the folder search started in IPOutlookFolderCollection::Find.

IPOutlookFolderCollection::GetFolder

Returns the folder at a given index in the POOM Folder Collection.

IPOutlookFolderCollection::Restrict

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

IPOutlookFolderCollection::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