MAPIFolderEvents_12_Event.BeforeItemMove 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 when an item is about to be moved or deleted from a folder, either as a result of user action or through program code.
public:
event Microsoft::Office::Interop::Outlook::MAPIFolderEvents_12_BeforeItemMoveEventHandler ^ BeforeItemMove;
event Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler BeforeItemMove;
Event BeforeItemMove As MAPIFolderEvents_12_BeforeItemMoveEventHandler
Event Type
Remarks
This event fires when the item is about to be moved to another folder (including the Deleted Items folder) or when the item is about to be permanently deleted. It does not fire during auto-archiving or synchronizing operations.
If the action is a permanent delete, the MoveTo
folder returned in the event will be Nothing (a null reference (Nothing in Visual Basic) in C#).