HeaderName (MIMEHeader - Java)

Read-only. Name of a MIME header.

Defined in

MIMEHeader

Data type

String

Syntax

public String getHeaderName( )
     throws NotesException

Usage

This property is the name of a header extracted from an existing MIME entity or created by MIMEEntity.createHeader. You cannot change the name of a header through the MIMEHeader class.

Example