Roland Sommer
2009-07-15 18:05:23 UTC
Hi,
I'm trying to synchronize my Outlook Items with Access. Therefore I
wrote a small script, that check each Outlook item against its entry
with Access. While it is working perfectly, it takes too much time of
course, so now I want to use events within Outlook to send only new,
modified or deleted items to Access.
I did a lot of tests and didn't find a satisfying solution. It's no
problem to work on new items using application's NewMailEx event.
Trapping changes isn't that easy, because I have to set a WithEvent
script for each folder (I'm afraid of modifing my scripts everytime I
modify my folder's struture). But most annoying is the lack of proberly
recognizing item deletions. Of course there is an event ItemRemove, but
this is fired after the item(s) is/are deleted and therefore I have no
chance to update Access for deleted items only.
Did I miss something? Or am I completely wrong with my idea?
TIA
Roland
I'm trying to synchronize my Outlook Items with Access. Therefore I
wrote a small script, that check each Outlook item against its entry
with Access. While it is working perfectly, it takes too much time of
course, so now I want to use events within Outlook to send only new,
modified or deleted items to Access.
I did a lot of tests and didn't find a satisfying solution. It's no
problem to work on new items using application's NewMailEx event.
Trapping changes isn't that easy, because I have to set a WithEvent
script for each folder (I'm afraid of modifing my scripts everytime I
modify my folder's struture). But most annoying is the lack of proberly
recognizing item deletions. Of course there is an event ItemRemove, but
this is fired after the item(s) is/are deleted and therefore I have no
chance to update Access for deleted items only.
Did I miss something? Or am I completely wrong with my idea?
TIA
Roland
--
Die Deppenapostroph-Epidemie weitet sich aus! Wer mitspielen will,
findet z.B. hier http://einklich.net/etc/apostroph.htm eine "Anleitung".
"unterweg's mit Paul's Auto's" ist aber wirklich schwer zu toppen.
Die Deppenapostroph-Epidemie weitet sich aus! Wer mitspielen will,
findet z.B. hier http://einklich.net/etc/apostroph.htm eine "Anleitung".
"unterweg's mit Paul's Auto's" ist aber wirklich schwer zu toppen.