Why don't you use the ItemAdd, ItemChange and ItemRemove events?

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)
Am 13 Feb 2007 06:40:09 -0800 schrieb Rick H:
> I have created a addin that updates a sql DB with all info from the
> calendar, task and contacts.As changes are made in Outlook the are
[quoted text clipped - 43 lines]
>
> Thanks, RickH
Rick H - 21 Feb 2007 14:53 GMT
On Feb 14, 2:05 am, "Michael Bauer [MVP - Outlook]" <m...@mvps.org>
wrote:
> Why don't you use the ItemAdd, ItemChange and ItemRemove events?
>
[quoted text clipped - 56 lines]
>
> - Show quoted text -
I originally had the ItemAdd, ItemChange and ItemRemove working but it
was not firing when ActiveSync was doing the change. I put these
events back in as they do seem to be more consistant then ItemWrite.
Thanks, Rick