Actions Collection Object

Description

A collection of Action objects that represent all the specialized actions that can be executed on an Outlook item.

Using the Actions Collection

Use the Actions property to return the Actions collection for any Outlook item object.

Use Actions(index), where index is the name of an available action, to return a single Action object. The following example uses the "Reply" action of a particular item to send a reply.

Set myReply = myItem.Actions("Reply").Execute
Properties

Count property.

Methods

Add method (Actions object), Item method, Remove method.