UserType (NotesACLEntry - LotusScript®)

Read-write. Indicates the type of user for a particular entry.

Note: This property is new with Release 5.

Defined in

NotesACLEntry

Data type

Constant of type integer

Syntax

To get: usertype% = notesACLEntry .UserType

To set: notesACLEntry .UserType = usertype%

Legal values

  • ACLTYPE_UNSPECIFIED (0)
  • ACLTYPE_PERSON (1)
  • ACLTYPE_SERVER (2)
  • ACLTYPE_MIXED_GROUP (3)
  • ACLTYPE_PERSON_GROUP (4)
  • ACLTYPE_SERVER_GROUP (5)

Example