Read-only. The verbs that an object supports, if the object is an OLE/2 embedded object.
Array of strings
To get: stringArray = notesEmbeddedObject.Verbs
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.
Verbs in Java EmbeddedObject class
See examples