MAPIFolderEvents_12_Event.BeforeFolderMove 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 a folder is about to be moved or deleted, either as a result of user action or through program code.
public:
event Microsoft::Office::Interop::Outlook::MAPIFolderEvents_12_BeforeFolderMoveEventHandler ^ BeforeFolderMove;
event Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler BeforeFolderMove;
Event BeforeFolderMove As MAPIFolderEvents_12_BeforeFolderMoveEventHandler
Event Type
Remarks
This event fires when the folder is about to be moved to another folder (including the Deleted Items folder) or when the folder 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#).