Share via


ResultsEvents_Event.ItemRemove Event

Occurs when an item is deleted from the specified collection.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event ItemRemove As ResultsEvents_ItemRemoveEventHandler
'Usage
Dim instance As ResultsEvents_Event
Dim handler As ResultsEvents_ItemRemoveEventHandler

AddHandler instance.ItemRemove, handler
event ResultsEvents_ItemRemoveEventHandler ItemRemove

Remarks

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.

See Also

Reference

ResultsEvents_Event Interface

ResultsEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace