isIDInVault (NotesIDVault - JavaScript)

Lets you check to see if a user's ID is in an ID vault. A returned boolean indicates whether or not the ID is in the vault.

Defined in

NotesIDVault

Syntax

isIDInVault(username:string, servername:string) : boolean
Parameter Description
username String. Specifies the name of the user whose ID file you are looking for. A returned boolean indicates whether or not the ID for the user is in the vault.
servername String. Specifies the name of server to contact in the search for the ID file.

Language cross-reference

IsIDInVault in LotusScript® NotesIDVault class

isIDInVault in Java NotesIDVault class