JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to rename a Web user.
Defined in
AdministrationProcess
Syntax
public String renameWebUser(String username, String newfullname, String newlastname, String newfirstname, String newmiddleinitial, String newshortname, String newinternetaddress) throws NotesException
Parameters
String username
String
renameWebUser in LotusScript NotesAdministrationProcess class
Example