GetValueCustomDataBytes (NotesItem - LotusScript®)

Returns as a byte array the value of an item containing custom data.

Note: This method is new with Release 6.5.

Defined in

NotesItem

Syntax

byteArray = notesItem .GetValueCustomDataBytes( dataTypeName$ )

Parameters

dataTypeName$

String. The name of the data type. This name must match the data type name specified when the item was written.

Return value

byteArray

Array of type Byte. The value of the item.

Usage

An item that contains custom data is of type Item.USERDATA (14).

For another method that gets custom data, see:

To write custom data to an item, see:

Example