JAVA/CORBA CLASSES
Copies an item into the current document and optionally assigns the copied item a new name.
Defined in
Document
Syntax
public Item copyItem(Item item) throws NotesException
public Item copyItem(Item item, String newname) throws NotesException
Parameters
Item item
Item
CopyItem method in LotusScript NotesDocument class
Example See Also