getUserInfo (NotesRegistration - JavaScript™)
Gets information about a user from a Domino® Directory.
Defined in
NotesRegistrationSyntax
getUserInfo(username:string,
mailserver:stringBuffer, mailfile:stringBuffer, maildomain:stringBuffer,
mailsystem:stringBuffer, profile:Vector) : void
Parameter | Description |
---|---|
String username |
The name of the user. |
StringBuffer mailserver |
Returns the name of the user's mail server. |
StringBuffer mailfile |
Returns the name of the user's mail file. |
StringBuffer maildomain |
Returns the name of the user's mail domain. |
StringBuffer mailsystem |
Returns the name of the user's mail system. |
Vector profile |
Returns the name of the User Setup Profile document. |
Usage
The parameters, except for the first, are return values.This method acts on the Domino® Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino® data directory if this property is not set.