Action.Execute Method

Executes the action for the specified item.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function Execute As Object
'Usage
Dim instance As Action
Dim returnValue As Object

returnValue = instance.Execute()
[DispIdAttribute()]
Object Execute()

Return Value

Type: System.Object
An Object value that represents the Outlook item created by the action upon execution.

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Outlook Namespace