Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Preamble property

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

See examples

Examples: Preamble property
Related topics
Working with a MIME entity in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009