delegateMailFile (NotesAdministrationProcess - JavaScript)

Creates an administration process request to delegate a mail file to another user. This action changes the ACLs of the mail file.

Defined in

NotesAdministrationProcess

Syntax

Delegatemailfile(Mailfileowner:string, Publicreaders:vector, Publicwriters:vector,
 Otherreaders:vector, Otherwriters:vector, Othereditors:vector, Otherdeleters:vector,
 Mailfileowner:vector, Removefromacl:Vector, Mailfilename:string, Mailserver:string) : string

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

The note ID of an entry created in the Administration Requests database.