.

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


NotesMIMEHeader class
Example

Represents a header in a MIME (Multipurpose Internet Mail Extensions) document.

Note This class is new with Release 6.

Containment

Contained by: NotesMIMEEntity

Properties

HeaderName

Parent

Methods

AddValText

GetHeaderVal

GetHeaderValAndParams

GetParamVal

Remove

SetHeaderVal

SetHeaderValAndParams

SetParamVal

Access

Use HeaderObjects in NotesMIMEEntity to get all the headers associated with a MIME entity.

Use GetNthHeader in NotesMIMEEntity to get the headers of a specified name associated with a MIME entity.

Use CreateHeader in NotesMIMEEntity to create a header.

Usage

A MIME header consists of a name, value, and parameters as defined in RFC-822 and RFC-2045. A MIME entity can contain any number of headers.

Example
See Also