IsIDInVault (NotesIDVault - LotusScript®)
Lets you check to see if a user's ID is in an ID vault.
Defined in
NotesIDVaultSyntax
invault = NotesIDVault.IsIDInVault(username, servername )Parameter | Description |
---|---|
username | String. Specifies the name of the user whose ID file you are looking for. |
servername | String. Specifies the name of server to contact in the search for the ID file. |
Return value | Description |
---|---|
invault | Boolean. 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