JAVA/CORBA CLASSES


setParamVal method
Example

Sets the value of a header parameter.

Defined in

MIMEHeader

Syntax

public boolean setParamVal(String parameterName, String parameterValue)
    throws NotesException

Parameters

String parameterName


String parameterValue
Return value

boolean

Usage

The parameter value includes any delimiting quotation marks.

You must call Document.save to commit this change.

Language cross-reference

setParamVal method in LotusScript MIMEHeader class

Example
See Also