.

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


SetHeaderVal method
Example

Sets a header value but not the parameters.

Defined in

NotesMIMEHeader

Syntax

flag = notesMIMEHeader.SetHeaderVal( headerValue$ )

Parameters

headerValue$


Return value

flag

Usage

This method replaces any existing value for the header leaving the parameters intact.

You must call NotesDocument.Save to commit this change.

Language cross-reference

setHeaderVal in Java MIMEEntity class

Example
See Also