JAVA/CORBA CLASSES
Copies an item to a specified document.
Defined in
Item
Syntax
public Item copyItemToDocument(Document doc) throws NotesException
public Item copyItemToDocument(Document doc, String newname) throws NotesException
Parameters
Document doc
When you call this method using a RichTextItem object, file attachments, embedded objects, and object links that are contained within the rich-text item are not copied to the destination document.
Language cross-reference
CopyItemToDocument method in LotusScript NotesItem class
Example See Also