.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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