Permanently deletes an item from a document.
Syntax
remove() : void
Usage
After calling remove, you must call
save in NotesDocument to
save the change. You can achieve the same result with
removeItem in NotesDocument.
Language cross-reference
Remove method
in LotusScript® NotesItem
class
Remove method
in Java™ Item class