LOTUSSCRIPT/COM/OLE CLASSES


GetSomeHeaders method
Example

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


inclusive Return value

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.

Language cross-reference

getSomeHeaders in Java MIMEEntity class

Example
See Also