LOTUSSCRIPT/COM/OLE CLASSES


IsHiddenFromNotes property
Example

Read-write. Indicates whether an entry is hidden in the context of the Notes client.

Note This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry.IsHiddenFromNotes

To set: notesOutlineEntry.IsHiddenFromNotes = flag

Legal values


Language cross-reference

IsHiddenFromNotes in Java OutlineEntry class

Example
See Also