JAVA/CORBA CLASSES


InputStream property
Example

Read-only. InputStream representation of the contents of an EmbeddedObject, Item, or MIMEEntity object.

Note This property is new with Release 5.0.3.

Defined in

EmbeddedObject, Item, MIMEEntity

Data type

java.io.InputStream

Syntax

public java.io.InputStream getInputStream()
   throws NotesException

Usage

EmbeddedObject.getInputStream creates a temporary file. The file is deleted when EmbeddedObject is recycled.

Example
See Also