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