.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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