現在のデータベースにある既存のアウトラインを取り出し、そのアウトラインを表す NotesOutline オブジェクトを返します。
NotesDatabase
Set notesOutline = notesDatabase .GetOutline( outlinename$ )
outlinename$
String 型。アウトラインの名前です。
notesOutline
outlinename$ パラメータに一致する既存の NotesOutline オブジェクトを返します。
Java™ Database クラスの getOutline メソッド
例