Preferstrings property (NotesHTTPRequest - LotusScript)
Controls the format used for the output of international characters.
Defined in
Data Type
Boolean
Syntax
To set: NotesHTTPRequest.preferstrings = flag
Legal values
- 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.