LOTUSSCRIPT/COM/OLE CLASSES


GetUserInfo method
Example

Gets information about a user from a Domino Directory.

Defined in

NotesRegistration

Syntax

Call notesRegistration.GetUserInfo( username$ [, retmailServer$ [, retmailFile$ [, retmailDomain$ [, retmailSystem% [ , retprofile$ ]]]]])

Parameters

username$


retMailServer$
retMailFile$
retMailDomain$
retMailSystem% retProfile$
Usage

The parameters, except for the first, are return values. The return values must be explicitly typed.

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 Java Registration class

@MailDbName function in formula language

@Domain function in formula language

UserIDInfo @command in formula language

Example