LOTUSSCRIPT/COM/OLE CLASSES


Examples: RemoveItem method
1. This script removes the Subject item from a document.
2. This script removes all file attachments from a document.
3. This sub lets you change the name of any item in a document. First it uses ReplaceItemValue to put the contents of the item with the old name into a new item with the new name. Then it uses RemoveItem to remove the item with the old name.
4. This sub takes a collection of documents and removes the stored form from each document. It uses RemoveItem to delete the five fields that make up a stored form in a document: $TITLE, $INFO, $WINDOWTITLE, $BODY and $ACTIONS.
See Also