IPOutlookItemCollection::FindNext (Windows CE 5.0)
This method finds the next Pocket Outlook item in a collection that passes the restriction specified by the most recent call to Find.
HRESULT FindNext(IDispatch** ppolItem);
Parameters
- ppolItem
[out] A pointer to the item found. It is set to NULL if no item passes the restriction.
Return Values
S_OK indicates success. If an error occurs, the appropriate HRESULT is returned. If no item matches the restriction, the return value is S_OK and ppolItem is set to NULL.
Remarks
You can call this function only after calling Find. Using Find and FindNext, you can enumerate all the items in a collection that meet a particular restriction. Items are returned in the sequence determined by the current sort order.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.
See Also
IPOutlookItemCollection | IPOutlookItemCollection Properties
Send Feedback on this topic to the authors