TrustedOnly (NotesDirectory - JavaScript)

Read-write. Indicates if only directories that contain trusted information are searched by lookups.

Defined in

NotesDirectory

Syntax

isTrustedOnly() : boolean

setTrustedOnly(flag:boolean) : void

Usage

Legal value Description
true Indicates lookups will search only directories containing trust information.
false (Default) Indicates lookups will search all directories.
This property works with the GroupAuthorizationOnly and SearchAllDirectories properties to limit which directories are searched in a lookup.