DocumentItem.BeforeDelete Event (Outlook)
Office 2013
Occurs before an item (which is an instance of the parent object) is deleted.
expression .BeforeDelete(Item, Cancel)
expression A variable that represents a DocumentItem object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
Item | Required | Object | The item being deleted. |
Cancel | Required | Boolean | False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not deleted. |