View Single Post
  #2  
Old October 14th 06, 02:05 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default ItemChange and Exchange synchronization

No, the cached Exchange provider provides no notification.
Why wouldn't you want to run your code? Does it matter whether a change
occured because the current user modified an item or because it got modified
on a different machine and the Exchange provider received the notification
and updated the local copy?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Rog" wrote in message
...
I am using the ItemChange event in my C# code to capture when an item is
saved and then do something with it. The problem is I do not want to do
this action when Exchange is syncing. Is there anyway to determine when
exchange is doing its auto-sync so i can not run the code?
Thanks so much



Ads