LOTUSSCRIPT/COM/OLE CLASSES


Preamble property
Example

Read-write. Preamble of a MIME multipart entity.

Note This property is new with Release 6.

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: preamble$ = notesMIMEEntity.Preamble

To set: notesMIMEEntity.Preamble = preamble$

Usage

This property is the additional information that can precede the first child entity of a multipart MIME entity according to RFC-2046.

This property applies where "multipart" is the Content-Type. Otherwise, this property is an empty string.

Domino includes the preamble at the beginning of the text of a MIME item.

For the parent entity in a multipart entity, ContentAsText returns the preamble.

Setting the preamble automatically appends a carriage return and line feed, replacing any explicit trailing carriage return and line feed characters.

Language cross-reference

Preamble in Java MIMEEntity class

Example
See Also