JAVA/CORBA CLASSES
Appends encoded text to a header value.
Defined in
MIMEHeader
Syntax
public boolean addValText(String valueText) throws NotesException
public boolean addValText(String valueText, String charSet) throws NotesException
Parameters
String valueText
boolean
If valueText contains only US-ASCII characters, no encoding occurs.
If valueText contains non-US-ASCII characters and a character set is specified, encoding occurs according to RFC-2047
You must call Document.save to commit this change.
Language cross-reference
AddValText method in LotusScript NotesMIMEHeader class
Example See Also