IsNames (NotesItem - LotusScript®)

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

  • True indicates that the item is a Names item.
  • False indicates that the item is not a Names item.

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.

Example