LOTUSSCRIPT/COM/OLE CLASSES


Type property
Example

Read-only. Indicates whether a NotesEmbeddedObject is an embedded object, an object link, or a file attachment.

Defined in

NotesEmbeddedObject

Data type

Constant of type Integer

Syntax

To get: type% = notesEmbeddedObject.Type

Legal values


Note The above constants are also used with the EmbedObject method in the NotesRichTextItem class.

Language cross-reference

Type in Java EmbeddedObject class

Example
See Also