Skip to main content

Preferstrings property (NotesHTTPRequest - LotusScript)

Controls the format used for the output of international characters.

Defined in

NotesHTTPrequest

Data Type

Boolean

Syntax

To set: NotesHTTPRequest**.preferstrings =** flag

  • True indicates to use Unicode for international character output.
  • False indicates to use UTF8 byte array for international character output. To be used with the NotesJSONNavigator class.

Usage

If not specified, default is UTF8 byte array.