setParamVal (MIMEHeader - Java™)
Sets the value of a header parameter.
Defined in
Syntax
public boolean setParamVal(String parameterName, String parameterValue)
throws NotesException
Parameters
String parameterName
The name of the parameter.
String parameterValue
The parameter value.
Return value
boolean
- true if the header value can be saved as a MIME header upon Document.save.
- false if the header value cannot be saved as a MIME header upon Document.save.
Usage
The parameter value includes any delimiting quotation marks.
You must call Document.save to commit this change.