Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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