ItemEvents_10_Event.BeforeDelete Event

Definition

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.

Applies to