AvailableNames (NotesDirectory - LotusScript®)

Read-only. Array of names which have been looked up and cached.

Note: This property is new with Release 8

Defined in

NotesDirectory

Data type

Array of Variant

Syntax

To get: AvailableNames = notesDirectory .AvailableNames

Usage

If the most recent lookup was LookupAllNames, this property will contain all names in the specified view. If the most recent lookup was LookupNames, this property will contain the variant Names specified in that lookup. If a NotesDirectory has been created but no lookups have been performed against it, this property is null.

Example