MailOwnerAccess (Registration - Java)

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

Note: This property is new with Release 6.5.

Defined in

Registration

Data type

int

Syntax

public int getMailOwnerAccess()
    throws NotesException
public void setMailOwnerAccess(int access)
    throws NotesException

Legal values

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