FoldersEvents_Event.FolderChange Event
Occurs when a folder in the specified Folders collection is changed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event FolderChange As FoldersEvents_FolderChangeEventHandler
'Usage
Dim instance As FoldersEvents_Event
Dim handler As FoldersEvents_FolderChangeEventHandler
AddHandler instance.FolderChange, handler
event FoldersEvents_FolderChangeEventHandler FolderChange
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler