MailOwnerAccess (NotesRegistration - LotusScript®)

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

Note: This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

Constant of type Integer

Syntax

To get: integer% = notesRegistration .MailOwnerAccess

To set: notesRegistration . MailOwnerAccess = integer%

Legal values

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

Usage

Optionally set this property before calling RegisterNewUser.