.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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