getUserInfo (Registration - Java™)
Gets information about a user from a Domino® Directory.
Defined in
Syntax
public void getUserInfo(String username, StringBuffer mailserver, StringBuffer mailfile, StringBuffer maildomain, StringBuffer mailsystem, Vector profile)
throws NotesException Parameters
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.