LOTUSSCRIPT/COM/OLE CLASSES


FindUserInDomain method
Example

Enters a request in the Administration Requests database to find all occurrences of a user name in a domain.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.FindUserInDomain( user$ )

Parameters

user$


Return value

noteID$


Usage

This method triggers the "Find Name in Domain" administration process request.

Results are posted to response documents in the Administration Requests database.

Language cross-reference

findUserInDomain in Java AdministrationProcess class

Example