LOTUSSCRIPT/COM/OLE CLASSES
Given the name of an embedded object or an object link in a rich text item, returns the corresponding NotesEmbeddedObject.
Note Embedded objects and object links are not supported for OS/2, UNIX, and the Macintosh. File attachments are.
Defined in
NotesRichTextItem
Syntax
Set notesEmbeddedObject = notesRichTextItem.GetEmbeddedObject( name$ )
Parameters
name$
To find an embedded object or object link, use the name of the object or link as it appears in the InfoBox, or as designated in the EmbedObject method.
notesEmbeddedObject
If you modify the object returned by GetEmbeddedObject in your script, the changes are saved, but the rendering of the object in the document is not updated until you manually activate the object.
Language cross-reference
getEmbeddedObject method Java RichTextItem class
Example See Also