GetLast (NotesOutline - LotusScript®)

Gets the last entry of an outline.

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline .GetLast( )

Return value

notesOutlineEntry

NotesOutlineEntry. The last entry of the outline, or nothing is no entry exists.

Example