Skip to main content

NotesMIMEHeader

Properties

NameDescription
HeaderNameRead-only. Name of a MIME header.
Parent (NotesMIMEHeader)Read-only. The MIME entity that contains a NotesMIMEHeader object.

Methods

NameDescription
AddValTextAppends encoded text to a header value.
GetHeaderValReturns a header value without parameters.
GetHeaderValAndParamsReturns the complete header.
GetParamValReturns the value of a header parameter.
Remove (NotesMIMEHeader)Removes a header.
SetHeaderValSets a header value but not the parameters.
SetHeaderValAndParamsSets a header value and the parameters.
SetParamValSets the value of a header parameter.

Examples

NameDescription
Examples: Remove method (NotesMIMEHeader)This agent removes the "To" header from a MIME entity.