ItemEvents_10_Event.BeforeDelete Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs before an item (which is an instance of the parent object) is deleted.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_BeforeDeleteEventHandler ^ BeforeDelete;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler BeforeDelete;
Event BeforeDelete As ItemEvents_10_BeforeDeleteEventHandler
Event Type
Remarks
In order for this event to fire when an e-mail message, distribution list, journal entry, task, contact, or post are deleted through an action, an inspector must be open.
The event occurs each time an item is deleted.