Read-only. The name used to reference an embedded object or object link.
Defined in
NotesEmbeddedObject
Data type
String
Syntax
To get: name$ = notesEmbeddedObject.Name
Usage
For file attachments, this property returns an empty string. If the embedded object or object link does not have a name, this property returns an empty string.
If the embedded object or object link was created using the EmbedObject method in NotesRichTextItem, this property returns the name$ parameter that was used with EmbedObject.
For an unnamed object as shown below:
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.
Language cross-reference
Name in Java EmbeddedObject class
Example See Also