LOTUSSCRIPT/COM/OLE CLASSES


Examples: Getting text renditions of rich text items in LotusScript classes
1. This agent uses NotesDocument.GetItemValue to get a text rendition of the Body item in the first (or only) selected document.
2. This agent uses NotesItem.Text to get a text rendition of the Body item in the first (or only) selected document.
3. This agent uses NotesItem.Values to get a text rendition of the Body item in the first (or only) selected document.
4. This agent uses NotesItem.Abstract to get an abbreviated text rendition of the Body item in the first (or only) selected document.
5. This agent uses NotesRichTextItem.GetFormattedText to get a modified text rendition of the Body item in the first (or only) selected document.
6. This agent uses NotesRichTextItem.GetUnformattedText to get a text rendition of the Body item in the first (or only) selected document.

See Also