LOTUSSCRIPT/COM/OLE CLASSES
Sets a header value but not the parameters.
Defined in
NotesMIMEHeader
Syntax
flag = notesMIMEHeader.SetHeaderVal( headerValue$ )
Parameters
headerValue$
flag
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