SetHeaderValAndParams (NotesMIMEHeader - LotusScript®)
Sets a header value and the parameters.
Defined in
Syntax
flag = notesMIMEHeader .SetHeaderValAndParams( headerParamValue$ )
Parameters
headerParamValue$
String. The header value and any parameters.
Return value
flag
Boolean.
- True if the header value can be saved as a MIME header upon NotesDocument.Save.
- False if the header value cannot be saved as a MIME header upon NotesDocument.Save.
Usage
Any existing value for this header is replaced. Any existing parameters are replaced.
You must call NotesDocument.Save to commit this change.