CopyItemToDocument (NotesItem - LotusScript®)

アイテムを指定された文書にコピーします。

定義位置

NotesItem

構文

Set notesItem = notesItem .CopyItemToDocument( document , newName$ )

パラメータ

document

NotesDocument. アイテムを作成する文書。Nothing を指定すると、エラーが生成されます。

newName$

String 型。新規アイテムの名前。

戻り値

notesItem

NotesItem。指定された文書にある、指定された名前の新規アイテムを返します。

クロスリファレンス

Java™ Item クラスの copyItemToDocument メソッド