Remove (NotesItem - LotusScript®)

Permanently deletes an item from a document.

Defined in

NotesItem

Syntax

Call notesItem .Remove

Usage

After calling the Remove method, you must call the Save method in NotesDocument in order to save the change that you have made.

You can achieve the same result with the RemoveItem method in the NotesDocument class.

Example