Verbs (NotesEmbeddedObject - LotusScript®)

Read-only. The verbs that an object supports, if the object is an OLE/2 embedded object.

Defined in

NotesEmbeddedObject

Data type

Array of strings

Syntax

To get: stringArray = notesEmbeddedObject .Verbs

Usage

To invoke a verb on an object, use the DoVerb method.

For an embedded object of type Attachment, Domino/Notes generates the following error:

Error 4246: No embedded object is present, cannot perform this action.

Example