Headers (MIMEEntity - Java)

Read-only. All headers for a MIME entity, as one string.

Defined in

MIMEEntity

Data type

String

Syntax

public String getHeaders( )
     throws NotesException

Usage

Representation is as one string with new lines separating the headers.

See getSomeHeaders to a specified subset.

Example