GetFirst (NotesOutline - LotusScript®)

Gets the first entry of an outline.

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline .GetFirst( )

Return value

notesOutlineEntry

NotesOutlineEntry. The first entry of the outline, or nothing if no entry exists.

Example