SetHeaderVal (NotesMIMEHeader - LotusScript®)
Sets a header value but not the parameters.
Defined in
Syntax
flag = notesMIMEHeader .SetHeaderVal( headerValue$ )
Parameters
headerValue$
String. The header value.
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
This method replaces any existing value for the header leaving the parameters intact.
You must call NotesDocument.Save to commit this change.