LOTUSSCRIPT/COM/OLE CLASSES
Sets a header value and the parameters.
Defined in
NotesMIMEHeader
Syntax
flag = notesMIMEHeader.SetHeaderValAndParams( headerParamValue$ )
Parameters
headerParamValue$
flag
Any existing value for this header is replaced. Any existing parameters are replaced.
You must call NotesDocument.Save to commit this change.
Language cross-reference
setHeaderValAndParams in Java MIMEEntity class
Example See Also