LOTUSSCRIPT/COM/OLE CLASSES


AvailableItems property
Example

Read-only. Array of summary data items 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: AvailableItems = notesDirectory.AvailableItems

Usage

This property is set by the variant Items in methods LookupNames and LookupAllNames. If a NotesDirectory has been created but no lookups have been performed against it, this property is null.

Example