LOTUSSCRIPT/COM/OLE CLASSES
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
headers$
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