FindNext Method

FindNext Method

See Also         Example         Applies To

After the Find method runs, this method finds and returns the next Outlook item in the collection. The search operation begins from the current position, which matches the expression previously set through Find.

Syntax

objItems.FindNext

objItems   Required. An expression that returns an Items collection object.