ItemsEvents_Event.ItemRemove Event
Occurs when an item is deleted from the specified collection. This event does not run when the last item in a Personal Folders file (.pst) is deleted, or if 16 or more items are deleted at once from a PST file, Microsoft Exchange mailbox, or an Exchange public folder.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ItemRemove As ItemsEvents_ItemRemoveEventHandler
'Usage
Dim instance As ItemsEvents_Event
Dim handler As ItemsEvents_ItemRemoveEventHandler
AddHandler instance.ItemRemove, handler
event ItemsEvents_ItemRemoveEventHandler ItemRemove