_Items.FindNext Method

Definition

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.

Applies to