LOTUSSCRIPT/COM/OLE CLASSES


SearchAllDirectories property
Example

Read-write. Indicates if all directories will be searched by lookups.

Note This property is new with Release 8

Defined in

NotesDirectory

Data type

Boolean

Syntax

To get: flag = notesDirectory.SearchAllDirectories

To set: notesDirectory.SearchAllDirectories = flag

Legal values


Usage

This property works with the GroupAuthorizationOnly and TrustedOnly properties to limit which directories are searched in a lookup.

Example