FoldersEvents_Event.FolderChange 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 in the specified Folders collection is changed.
public:
event Microsoft::Office::Interop::Outlook::FoldersEvents_FolderChangeEventHandler ^ FolderChange;
event Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler FolderChange;
Event FolderChange As FoldersEvents_FolderChangeEventHandler
Event Type
Remarks
The FolderChange event fires when a folder in a Folders collection object is changed, either through user action or program code. The change can be a user or program code renaming the folder, or adding, changing, or removing an item in the folder.