ImagesText (NotesOutlineEntry - LotusScript)
Read-write. The name of the image file you would use to add an icon to your entry.
Defined in
NotesOutlineEntry
Data type
String
Syntax
To get: image$ = notesOutlineEntry .ImagesText
To set: notesOutlineEntry .ImagesText = image$
Example