LOTUSSCRIPT/COM/OLE CLASSES


IsNames property
Example

Read-write. Indicates whether an item is a Names item. A Names item contains a list of Notes user names.

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem.IsNames

To set: notesItem.IsNames= flag

Legal values


Usage

A Names item is stored as text and its Type property returns TEXT. Use IsNames to determine if a text item is also a Names item.

The IsSummary property is set to True when setting the IsNames property; therefore, you do not have to explicitly set the summary flag.

Language cross-reference

IsNames property in Java Item class

Example
See Also