Skip to main content

IsIDInVault (NotesIDVault - LotusScript)

Lets you check to see if a user's ID is in an ID vault.

Defined in

NotesIDVault

Syntax

invault = NotesIDVault**.IsIDInVault(**username, servername )

ParameterDescription
usernameString. Specifies the name of the user whose ID file you are looking for.
servernameString. Specifies the name of server to contact in the search for the ID file.
Return valueDescription
invaultBoolean. Specifies whether or not the name of the user your searching for is in the specified ID vault.

Language cross-reference

isIDInVault in Java™ IDVault class

isIDInVault in JavaScript™ NotesIDVault class