Skip to main content

NotesDirectory

Properties

NameDescription
AvailableItemsRead-only. Array of summary data items which have been looked up and cached.
AvailableNamesRead-only. Array of names which have been looked up and cached.
AvailableViewRead-only. The view name which has been looked up and cached.
GroupAuthorizationOnlyRead-write. Indicates if only those directories enabled for group authorization will be searched by lookups.
LimitMatchesRead-write. Indicates if the results of lookups are limited to fifty entries.
PartialMatchesRead-only. Indicates if lookups match on partial names.
SearchAllDirectoriesRead-write. Indicates if all directories will be searched by lookups.
Server (NotesDirectory)Read-only. The name of the server represented by the NotesDirectory.
TrustedOnlyRead-write. Indicates if only directories that contain trust information will be searched by lookups.
UseContextServerRead-write. Indicates if the server of the context database will be used.

Methods

NameDescription
CreateNavigator (NotesDirectory)Creates a new directory navigator.
FreeLookupBufferFrees memory in the current lookup buffer. Resets all Navigators.
GetMailInfoReturns Mail data for the specified person.
LookupAllNamesLooks up designated Items for all Names contained in the specified View.
LookupNamesLooks up designated Items for specified Names contained in the specified View.

Examples

NameDescription
Examples: CreateNavigator method (NotesDirectory)Examples: CreateNavigator method (NotesDirectory - LotusScript) — HCL Domino Designer 14.5.1 reference.
Examples: Server propertyThis button displays the name of the server being used for lookups. The form that contains this button contains other buttons that do lookups.