MailOwnerAccess (NotesRegistration - JavaScript)

Read-write. The mail database ACL setting for the owner.

Defined in

NotesRegistration

Syntax

getMailOwnerAccess() : int

setMailOwnerAccess(access:int) : void

Legal value

  • Registration.REG_MAIL_OWNER_ACL_DESIGNER(1)
  • Registration.REG_MAIL_OWNER_ACL_EDITOR (2)
  • Registration.REG_MAIL_OWNER_ACL_MANAGER (0) (default)

Usage

Optionally set this property before calling registerNewUser.