Copying an item in LotusScript® classes

Use the CopyItemToDocument method of the NotesItem class to copy the current item to another document. Use the CopyAllItems method of NotesDocument to copy all items in the current document to another document.

Use the CopyItem method of NotesDocument to copy an item to another item in the same document.

After copying an item, you must call the Save method for the NotesDocument object containing the new item or the update is lost when the program exits.