DocumentItem.Send Event (Outlook)
Office 2013
Published: July 16, 2012
Occurs when the user selects the Send action for an item (which is an instance of the parent object).
expression .Send(Cancel)
expression A variable that represents a DocumentItem object.
Parameters
|
Name |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
Cancel |
Required |
Boolean |
(Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the send operation is not completed and the inspector is left open. |