AppointmentItem.BeforeDelete Event (Outlook)
Office 2013
Published: July 16, 2012
Occurs before an item (which is an instance of the parent object) is deleted.
expression .BeforeDelete(Item, Cancel)
expression A variable that represents an AppointmentItem 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. |