ItemEvents_10_Event.CustomAction Event

Definition

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.

Applies to