JAVA/CORBA CLASSES


moveMailUser method
Example

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 newhomeserver
String newhomeservermailpath
boolean usescos java.util.Vector newclusterreplicas
boolean deleteoldclusterreplicas Return value

String


Language cross-reference

moveMailUser in LotusScript NotesAdministrationProcess class

Example