MatchLocated (NotesDirectoryNavigator - LotusScript®)

Read-only. Indicates success of most recent match.

Note: This property is new with Release 8

Defined in

NotesDirectoryNavigator

Data type

Boolean

Syntax

To get: flag = notesDirectoryNavigator .MatchLocated

Legal values

  • True indicates match was successful.
  • False indicates match was unsuccessful.

Usage

This property is set by the FindFirstMatch, FindNextMatch, and FindNthMatch methods.

Example