LOTUSSCRIPT/COM/OLE CLASSES


Examples: Working with attachments and embedded objects in LotusScript classes
1. This agent extracts the file attachments in the Body item of the current document using NotesRichTextNavigator methods to get the attachments.
2. This agent extracts the file attachments in the Body item of the current document using NotesRichTextItem.EmbeddedObjects property to get the attachments.
3. This form action example displays properties of all the embedded objects in a document.
4. This form action example activates the first or only embedded object in a document.
See Also