Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






getUserInfo method

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

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.

Language cross-reference

GetUserInfo method in LotusScript NotesRegistration class

@Domain function in formula language

@MailDbName function in formula language

UserIDInfo @command in formula language

See examples

Examples: getUserInfo method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009