Delegatemailfile (NotesAdministrationProcess - LotusScript®)

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .Delegatemailfile( Mailfileowner As String, Publicreaders As Variant, Publicwriters As Variant, Otherreaders As Variant, Otherwritors As Variant, Othereditors As Variant, Otherdeletors As Variant, Removefromacl As Variant, Mailfilename As String, Mailserver As String )

Parameters

Mailfileowner

String. Owner of the mail file.

Publicreaders

Variant. Public readers of the mail file.

Publicwriters

Variant. Public writers of the mail file.

Otherreaders

Variant. Other readers of the mail file.

Otherwriters

Variant. Other writers of the mail file.

Othereditors

Variant. Other editors of the mail file.

Otherdeleters

Variant. Other deleters of the mail file.

Mailfileowner

String. Owner of the mail file.

Mailfileowner

String. Owner of the mail file.

Removefromacl

Variant. 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

noteID$

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

Possible Exception

A required argument has not been provided (4323)

An argument does not exist or is the wrong type

Language cross-reference

Delegatemailfile in Java AdministrationProcess class

Delegatemailfile in JavaScript NotesAdministrationProcess class