ValueString (NotesItem - JavaScript™)
Read-Write. The value that an item holds.
Defined in
NotesItemSyntax
getValueString() : string
setValueString(value:string) : void
Usage
If the item has no value or the value is numeric or date-time, this method returns an empty string.This method returns a rich-text item rendered to plain text. Formatting and embedded objects are lost.
If the item has multiple values, this method returns the first value.