Skip to main content

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

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

Example