LOTUSSCRIPT/COM/OLE CLASSES


ContentAsText property
Example

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

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: content$ = notesMIMEEntity.ContentAsText

Usage

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

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

Language cross-reference

ContentAsText in Java MIMEEntity class

Example
See Also