ReportItem.CustomAction Event (Outlook)
Published: July 16, 2012
Occurs when a custom action of an item (which is an instance of the parent object) executes.
expression .CustomAction(Action, Response, Cancel)
expression A variable that represents a ReportItem object.
Parameters
|
Name |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
Action |
Required |
Object |
The Action object. |
|
Response |
Required |
Object |
The newly created item resulting from the custom action. |
|
Cancel |
Required |
Boolean |
(Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the custom action is not completed. |