Hi everyone!
I've a trouble with Outlook. I've create a Outlook add-ins, that handle the event "ItemChange" of some Outlook contact shared folder.
But I've a issue regarding the "Item" event parameter. The value contain sometime the Old contact's values instead of the newly entered value.
But the something is even weirder. When I bring a change to the source folder, then I look to the Outlook that "monitor" the shared folder, I can see the new value in the contact grid, but when I open the contact form, the old value is display on the form. But after a short period (second/minute) the contact is sync again.
My using Outlook 2003, on Exchange server
The add-ins is created using .NET 2005
Any idea about the Item event parameter?
Hope to be clear enough.
Hugo
I've a trouble with Outlook. I've create a Outlook add-ins, that handle the event "ItemChange" of some Outlook contact shared folder.
But I've a issue regarding the "Item" event parameter. The value contain sometime the Old contact's values instead of the newly entered value.
But the something is even weirder. When I bring a change to the source folder, then I look to the Outlook that "monitor" the shared folder, I can see the new value in the contact grid, but when I open the contact form, the old value is display on the form. But after a short period (second/minute) the contact is sync again.
My using Outlook 2003, on Exchange server
The add-ins is created using .NET 2005
Any idea about the Item event parameter?
Hope to be clear enough.
Hugo