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
Function Execute As Object
'Usage
Dim instance As Action
Dim returnValue As Object
returnValue = instance.Execute()
Object Execute()
Return Value
Type: System.Object
An Object value that represents the Outlook item created by the action upon execution.