.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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