RecertifyUser (NotesAdministrationProcess - LotusScript®)

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .RecertifyUser( username$ )

Parameters

username$

String. The full hierarchical name (can be abbreviated) of the user.

Return value

noteID$

String. The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request.

Usage

The NotesAdministrationProcess properties must specify a certifier.

Example