JAVA/CORBA CLASSES


getUserInfo method
Example

Gets information about a user from a Domino Directory.

Defined in

Registration

Syntax

public void getUserInfo(String username, StringBuffer mailserver, StringBuffer mailfile, StringBuffer maildomain, StringBuffer mailsystem, Vector profile)
   throws NotesException

Parameters

String username


StringBuffer mailserver
StringBuffer mailfile
StringBuffer maildomain
StringBuffer mailsystem
Vector profile
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.

Language cross-reference

GetUserInfo method in LotusScript NotesRegistration class

@Domain function in formula language

@MailDbName function in formula language

UserIDInfo @command in formula language

Example