CreateAdministrationProcess (NotesSession - LotusScript®)
Creates a new NotesAdministrationProcess object.
Note: This method is new with Release 6.
Defined in
Syntax
Set notesAdministrationProcess = notesSession .CreateAdministrationProcess( server$ )
Parameters
server$
String. The name of the server containing the Administration Requests database (ADMIN4.NSF). An empty string means the local computer. The server must contain a replica of the Certification Log. You must have access privileges to the Domino® Directory on the server for Administration Process requests that use it.
Return value
notesAdministrationProcess
The newly created Administration Process object.