JAVA/CORBA CLASSES


embedObject method
Example

Given the name of a file or an application, either:


Defined in

RichTextItem

Syntax

public EmbeddedObject embedObject(int type, String class, String source, String name)
   throws NotesException

Parameters

int type

String class
String source
String name
Return value

EmbeddedObject


Usage

Files can be attached on any supported platform.

Files can be embedded as OLE/1 objects on any supported platform (if the file is of a supported type, such as a LotusĀ® application data file).

Language cross-reference

EmbedObject method in LotusScript NotesRichTextItem class

EditInsertObject @command in formula language

EditInsertFileAttachment @command in formula language

Example
See Also