ResultsEvents_Event.ItemAdd Event
Occurs when one or more items are added to the specified collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ItemAdd As ResultsEvents_ItemAddEventHandler
'Usage
Dim instance As ResultsEvents_Event
Dim handler As ResultsEvents_ItemAddEventHandler
AddHandler instance.ItemAdd, handler
event ResultsEvents_ItemAddEventHandler ItemAdd
Remarks
This event does not run when a large number of items are added to the folder at once.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler