GroupAuthorizationOnly (NotesDirectory - JavaScript)

Read-write. Indicates if only those directories enabled for group authorization are searched by lookups.

Defined in

NotesDirectory

Syntax

isGroupAuthorizationOnly() : boolean

setGroupAuthorizationOnly(flag:boolean) : void

Legal value Description
true Indicates lookups will only search directories marked Enable for Group Authorization.
false (Default) Indicates lookups will search all directories.

Usage

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