AddValText (NotesMIMEHeader - LotusScript®)
Appends encoded text to a header value.
Defined in
Syntax
flag = notesMIMEHeader .AddValText( valueText [ , charSet ] )
Parameters
valueText
String. The text to be appended. If the header has no value, this text becomes the complete value.
charSet
String. Optional. A character set acceptable to RFC-2047.
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
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 NotesDocument.Save to commit this change.