IsProtected (NotesItem - LotusScript®)

Read-write. Indicates whether a user needs at least Editor access to modify an item.

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem .IsProtected

To set: notesItem .IsProtected = flag

Legal values

  • True indicates that you need at least Editor access to modify the item.
  • False indicates that you do not need Editor access to modify the item. You can modify it as long as you have Author access or better.

Example