GetUserID (NotesIDVault - LotusScript®)

Lets you get a userID instance from an ID Vault.

Defined in

NotesIDVault

Syntax

Set uid = NotesIDVault.GetUserID( username, password, servername)
Parameter Description
username String. Specifies the name of the user whose ID file you are looking for.
password String. Specifies the password 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 vlaue Description
uid NotesUserID. Specifies the instance of a NotesUserID that you are searching for.

Language cross-reference

getUserID in Java IDVault class

getUserID in JavaScript NotesIDVault class