現在のデータベースにアウトラインを作成します。
public Outline createOutline(String name)
throws NotesException
public Outline createOutline(String name, boolean defaultOutline)
throws NotesException
String outline
アウトラインの名前です。
boolean defaultOutline
オプション。デフォルト (false) では、空のアウトラインを作成します。
Outline 型
新しいアウトラインを返します。