_Items.FindNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
After the Find(String) method runs, this method finds and returns the next Outlook item in the specified collection.
public:
System::Object ^ FindNext();
public object FindNext ();
Public Function FindNext () As Object
Returns
An Object value that represents the next Outlook item found in the collection.
Remarks
The search operation begins from the current position, which matches the expression previously set through the Find method.
The method returns an Outlook item object if the call succeeds; it returns Nothing (a null reference (Nothing in Visual Basic) in C#) if it fails.