IsPrivate (NotesOutlineEntry - LotusScript®)

Read-only. Indicates whether an entry is specific to an individual.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry .IsPrivate

Legal values

  • True indicates that the entry is specific to an individual.
  • False indicates that the entry is not specific to an individual.

Example