Action Interface

Represents a specialized action (for example, the voting options response) that can be executed on an Outlook item.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<TypeLibTypeAttribute()> _
<GuidAttribute("00063043-0000-0000-C000-000000000046")> _
Public Interface Action
'Usage
Dim instance As Action
[TypeLibTypeAttribute()]
[GuidAttribute("00063043-0000-0000-C000-000000000046")]
public interface Action

Remarks

The Action object is a member of the Actions collection.

Use Actions (index), where index is the name of an available action, to return a single Action object from the Actions collection object of an Outlook item, such as MailItem.

See Also

Reference

Action Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Add a Custom Action as a Response to a Mail Item