BoundaryStart (NotesMIMEEntity - LotusScript®)

Read-only. The boundary that precedes a child entity in a multipart entity.

Note: This property is new with Release 6.

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: boundaryStart$ = notesMIMEEntity .BoundaryStart

Usage

This property applies to a child entity of a multipart entity. Otherwise, this property is an empty string.

MIME boundaries are constructed from the "boundary" parameter of the Content-Type header of the parent entity according to the specifications of RFC-2046.

Example