LOTUSSCRIPT/COM/OLE CLASSES


RecertifyUser method
Example

Enters a request in the Administration Requests database to recertify a Notes user.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.RecertifyUser( username$ )

Parameters

username$


Return value

noteID$


Usage

The NotesAdministrationProcess properties must specify a certifier.

Language cross-reference

recertifyUser in Java AdministrationProcess class

Example