FindNextName (NotesDirectoryNavigator - LotusScript®)
Positions navigator to the next name in the namelist and returns number of matches.
Note: This method is new with Release 8
Defined in
Syntax
matches# = notesDirectoryNavigator .FindNextName()
Return value
matches#
Long. The number of matches found in the navigator.
Usage
Positions the directory navigator at the next name in the namelist, and sets the NameLocated property to true if the method succeeds. If the method fails, the NameLocated property is set to false. Does not change the current match.