Name (NotesEmbeddedObject - LotusScript®)

Read-only. The name used to reference an embedded object, object link, or attachment.

Defined in

NotesEmbeddedObject

Data type

String

Syntax

To get: name$ = notesEmbeddedObject .Name

Usage

If an embedded object or object link does not have a name, this property returns an empty string.

If an embedded object or object link was created using the EmbedObject method in NotesRichTextItem, this property returns the name$ parameter specification. If the name$ parameter was not specified, this property is the same as the Source property.

If the embedded object or object link was created using the Notes® user interface, this property returns the name of the object as it appears in the Properties box.

For file attachments, this property returns the name of the file unless the attachment is a duplicate. If the attachment is a duplicate, this property returns an internal name. (The Source property returns the file name in all cases.)

Example