LOTUSSCRIPT/COM/OLE CLASSES


Name property
Example

Read-only. The name of an item.

Defined in

NotesItem

Data type

String

Syntax

To get: itemName$ = notesItem.Name

Usage

There may be multiple items in a document with the same name.

All file attachments have the name $FILE.

Language cross-reference

Name property in Java Item class

Example