JAVA/CORBA CLASSES
Gets the content of the current MIME entity as text.
Note This method is new with Release 6.
Defined in
MIMEEntity
Syntax
public void getContentAsText(Stream stream) throws NotesException
public void getContentAsText(Stream stream, boolean decoded) throws NotesException
Parameters
Stream stream
This method sets the stream Position at end of stream.
Usage
To get the MIME content as a String object, see the ContentAsText property.
The signatures for this method have the same name as the signature for the ContentAsText property.
Language cross-reference
GetContentAsText method in LotusScript NotesMIMEEntity class
Example See Also