LOTUSSCRIPT/COM/OLE CLASSES
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
NotesDatabase
Syntax
Set notesOutline = notesDatabase.GetOutline( outlinename$ )
Parameters
outlinename$
notesOutline
getOutline method in Java Database class
Example