GetSomeHeaders (NotesMIMEEntity - LotusScript®)

Returns specified headers for a MIME entity as one string.

Note: This method is new with Release 6.

Defined in

NotesMIMEEntity

Syntax

headers$ = notesMIMEEntity .GetSomeHeaders( [ headerFilters [, inclusive ] ] )

Parameters

headerFilters

Array of type String. Optional. Names of headers that may be present in the MIME entity. See the next parameter.

inclusive

Boolean. Optional.

  • True includes headers that match the names in the previous parameter.
  • False (default) excludes headers that match the names in the previous parameter.

Return value

headers$

String. The headers.

Usage

If you specify no parameters, this method is the same as Headers.

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

Example