CopyAllItems (NotesDocument - LotusScript®)

Given a destination document, copies all of the items in the current document into the destination document. The item names are unchanged.

Defined in

NotesDocument

Data Type

Boolean

Syntax

Call notesDocument .CopyAllItems( notesDocument [, replace ] )

Parameters

notesDocument

The destination document.

replace

Boolean. If True, the items in the destination document are replaced. If False (default), the items in the destination document are appended.

Example