アイテムを指定された文書にコピーします。
NotesItem
Set notesItem = notesItem .CopyItemToDocument( document , newName$ )
document
NotesDocument. アイテムを作成する文書。Nothing を指定すると、エラーが生成されます。
newName$
String 型。新規アイテムの名前。
notesItem
NotesItem。指定された文書にある、指定された名前の新規アイテムを返します。
Java™ Item クラスの copyItemToDocument メソッド
例