Accessing items in LotusScript® classes
The NotesItem class lets you examine and manipulate item properties and contents. You gain access to a NotesItem object through various methods in the NotesDocument class. You can:
- Access item properties
- Get an item and its values
- Create an item and assign values
- Copy an item
- Remove an item
- Work with a MIME entity
- Work with custom
data
For rich text items, see Accessing rich text items in LotusScript®.