BoundaryStart (MIMEEntity - Java)

The boundary that precedes a child entity in a multipart entity.

Note: This property is new with Release 6.

Defined in

MIMEEntity

Data type

String

Syntax

public String getBoundaryStart( )
     throws NotesException

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