HasEmbedded (Document - Java)

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

Document

Data type

boolean

Syntax

public boolean hasEmbedded()
    throws NotesException

Legal values

  • true if the document contains one or more embedded objects, object links, or file attachments.
  • false if the document does not contain any embedded objects, object links, or file attachments.

Example