JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to move a user's mail file.
Defined in
AdministrationProcess
Syntax
public String moveMailUser(String username, String newhomeserver, String newhomeservermailpath) throws NotesException
public String moveMailUser(String username, String newhomeserver, String newhomeservermailpath, boolean usescos, java.util.Vector newclusterreplicas, boolean deleteoldclusterreplicas) throws NotesException
Parameters
String username
String
moveMailUser in LotusScript NotesAdministrationProcess class
Example