指定された文書 ID を持つ文書をデータベースで検索します。
NotesDatabase
Set notesDocument = notesDatabase .GetDocumentByID( noteID$ )
noteID$
String 型。文書の文書 ID。これは文書の NoteID プロパティから取得できます。
notesDocument
NotesDocument. 指定された文書 ID を持つ文書を返します。一致するものがない場合、Nothing を返します。
NoteID についての説明は、NotesDocument の NoteID プロパティを参照してください。
Java™ Database クラスの getDocumentByID メソッド
例