LOTUSSCRIPT/COM/OLE CLASSES


CurrentMatches property
Example

Read-only. The number of matches found for the current name.

Note This property is new with Release 8

Defined in

NotesDirectoryNavigator

Data type

Long

Syntax

To get: CurrentMatches = notesDirectoryNavigator.CurrentMatches

Usage

This property will contain the number of matches found for the CurrentName in the directory navigator. If the navigator was created by the LookupAllNames method, so that CurrentName is blank, CurrentMatches will contain the number of matches returned from the FindFirstName call.

Example