LOTUSSCRIPT/COM/OLE CLASSES


Verbs property
Example

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:


Language cross-reference

Verbs in Java EmbeddedObject class

Example
See Also