addValText (NotesMIMEHeader - JavaScript™)
Appends encoded text to a header value.
Defined in
NotesMIMEHeaderSyntax
addValText(valueText:string)
: boolean
addValText(valueText:string, charSet:string)
: boolean
Parameter | Description |
---|---|
String valueText String |
The text to be appended. If the header has no value, this text becomes the complete value. |
String charSet String |
A character set acceptable to RFC-2047. |
Return value | Description |
---|---|
boolean |
|
Usage
IfvalueText
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.