ItemEvents_10_Event.CustomAction Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a custom action of an item (which is an instance of the parent object) executes.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_CustomActionEventHandler ^ CustomAction;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler CustomAction;
Event CustomAction As ItemEvents_10_CustomActionEventHandler
Event Type
Remarks
The Action object and the newly created item resulting from the custom action are passed to the event.