JAVA/CORBA CLASSES


ContentAsText property
Example

Read-only. The content of a MIME entity in text format.

Defined in

MIMEEntity

Data type

String

Syntax

public String getContentAsText( )
    throws NotesException

Usage

No data conversion occurs except: a non-encoded entity that is not US-ASCII is converted to Unicode.

For the parent entity in a multipart entity, this property returns the preamble. See Preamble.

The signature for this property has the same name as the signatures for the getContentAsText method.

Language cross-reference

ContentAsText property in LotusScript NotesMIMEEntity class

Example
See Also