TrustedOnly (NotesDirectory - LotusScript®)
Read-write. Indicates if only directories that contain trust information will be searched by lookups.
Note: This property is new with Release 8
Defined in
Data type
Boolean
Syntax
To get: flag = notesDirectory .TrustedOnly
To set: notesDirectory .TrustedOnly = flag
Legal values
- True indicates lookups will search only directories containing trusted information.
- False (default) indicates lookups will search all directories.
Usage
This property works with the GroupAuthorizationOnly and SearchAllDirectories properties to limit which directories are searched in a lookup.