extractFile (EmbeddedObject - Java)

Writes a file attachment to storage.

Defined in

EmbeddedObject

Syntax

public void extractFile(String path)
    throws NotesException

Parameters

String path

The path and file name where you want to store the extracted file.

Usage

For embedded objects and object links, this method throws an exception.

Example