GetOutline (NotesDatabase - LotusScript®)
Retrieves an existing outline within the current database and returns a NotesOutline object that represents the outline.
Note: This method is new with Release 5.
Defined in
Syntax
Set notesOutline = notesDatabase .GetOutline( outlinename$ )
Parameters
outlinename$
String. The name of the outline.
Return value
notesOutline
The existing NotesOutline object that matches the outlinename$ parameter.
Example