AddValText (NotesMIMEHeader - LotusScript®)

Appends encoded text to a header value.

Defined in

NotesMIMEHeader

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.

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.

Example