Delegatemailfile (AdministrationProcess - Java™)
Creates an administration process request to delegate a mail file to another user. This action changes the ACLs of the mail file.
Defined in
Syntax
String Delegatemailfile(String Mailfileowner, java.util.Vector Publicreaders, java.util.Vector Publicwriters, java.util.Vector Otherreaders, java.util.Vector Otherwritors, java.util.Vector Othereditors, java.util.Vector Otherdeletors, java.util.Vector Removefromacl, String Mailfilename, String Mailserver)
throws NotesException
Parameters
Mailfileowner
String. Owner of the mail file.
Publicreaders
Vector. Public readers of the mail file.
Publicwriters
Vector. Public writers of the mail file.
Otherreaders
Vector. Other readers of the mail file.
Otherwriters
Vector. Other writers of the mail file.
Othereditors
Vector. Other editors of the mail file.
Otherdeleters
Vector. Other deleters of the mail file.
Mailfileowner
Vector. Owner of the mail file.
Removefromacl
Vector. User to remove from the ACL of the mail file.
Mailfilename
String. The name of the mail file.
Mailserver
String. The name of the mail server where the mail file resides.
Return value
String noteid
The note ID of an entry created in the Administration Requests database.