HasEmbedded (NotesDocument - LotusScript®)

Read-only. Indicates whether a document contains one or more embedded objects, object links, or file attachments.

Note: Embedded objects and object links are not supported for OS/2, UNIX, and the Macintosh. File attachments are.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .HasEmbedded

Legal values

  • True indicates that the document contains one or more embedded objects, object links, or file attachments.
  • False indicates that the document does not contain any embedded objects, object links, or file attachments.

Example