Hello,
When I tried to import (using the Import and Export option from the File
menu) a large number of contacts (over 1000) into the Contacts folder the
ItemAdd event is not triggered at all.
In the same circumstances when I tried to import only 10 contacts I saw that
the ItemAdd event was triggered for every contact item.
I have an Outlook plug-in and I want to perform some additional operations
for the newly added contacts, so I need to be notified when a contacts is
added.
Is there some kind of limitation in Outlook, or how can I resolve this
problem ?
Note: I monitorized the events with Outlook Spy.
Thanks,
K.I.
Ken Slovak - [MVP - Outlook] - 02 Mar 2005 23:33 GMT
In general, more than 16 items at a time will cause ItemAdd and ItemRemove
to fail to fire.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hello,
>
[quoted text clipped - 15 lines]
> Thanks,
> K.I.