Object (EmbeddedObject - Java)

Read-only. If an embedded object has been loaded into memory, returns the OLE handle (IUnknown or IDispatch handle). If the OLE object supports OLE Automation, you can invoke the methods and properties of the object using the handle.

Defined in

EmbeddedObject

Data type

int

Syntax

public int getObject()
    throws NotesException

Usage

This property may or may not return a valid OLE handle for object links, depending upon the application used to create the object link.

Example