R
Ryan
I'm working on Outlook 2003 with Exchange
I have a COM Add-in and one of the functions is to update other items
when a Task Item is a specific folder is changed. The problem I'm
having is that when I change a Task in the folder, Exchange (I think)
goes to syncronize it. When it is doing this the Change event for the
folder is fired. So every single change the change event gets fired
atleast twice (sometimes serveral). Is there way to tell when
exchange is changing the object? This way I can ignore that change
because in some cases its getting fired 5 times for a single change.
Assume I only need user changes and not anything exchange may change
on the item.
Thanks
I have a COM Add-in and one of the functions is to update other items
when a Task Item is a specific folder is changed. The problem I'm
having is that when I change a Task in the folder, Exchange (I think)
goes to syncronize it. When it is doing this the Change event for the
folder is fired. So every single change the change event gets fired
atleast twice (sometimes serveral). Is there way to tell when
exchange is changing the object? This way I can ignore that change
because in some cases its getting fired 5 times for a single change.
Assume I only need user changes and not anything exchange may change
on the item.
Thanks