ExplorerEvents_10_Event.BeforeItemCut Event

Definition

Occurs when an Outlook item is cut from a folder.

public:
 event Microsoft::Office::Interop::Outlook::ExplorerEvents_10_BeforeItemCutEventHandler ^ BeforeItemCut;
event Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler BeforeItemCut;
Event BeforeItemCut As ExplorerEvents_10_BeforeItemCutEventHandler 

Event Type

Remarks

This event can be cancelled after it has started. If the event is cancelled, then the item will not be removed.

Applies to