EmbeddedObjects (NotesRichTextItem - JavaScript)

Read-only. All the embedded objects, object links, and file attachments contained in a rich text item.

Defined in

NotesRichTextItem

Syntax

getEmbeddedObjects() : java.util.Vector

Usage

Each vector element is of type NotesEmbeddedObject.

This property includes OLE/1 and OLE/2 embedded objects and object links as well as file attachments.

If you need access to OLE/2 embedded objects that exist in a document but are not part of a rich text item (for example, because the object was originally created on the document's form), use the EmbeddedObjects property in NotesDocument.