LOTUSSCRIPT/COM/OLE CLASSES


RecertifyServer method
Example

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.RecertifyServer( server$ )

Parameters

server$


Return value

noteID$


Usage

The NotesAdministrationProcess properties must specify a certifier.

Language cross-reference

recertifyServer in Java AdministrationProcess class

Example