LOTUSSCRIPT/COM/OLE CLASSES


Examples: Removing an item
1. This example uses the Remove method of the NotesItem class to remove all the ModifiedBy items in the database. To handle multiple items with the same name, the code removes items in a loop that tests HasItem.
2. This example uses the RemoveItem method of the NotesDocument class to remove all the ModifiedBy items in the database.
See Also