V
Virda
problem is whatever change is made in Contact folder's Contact Item I
capture the event 'ItemChange' and process that contactItem.
In Contact Item Add event there is a need of my program to send data to
server of perticular Contact Item after update the data I want to save it by
using ContactItem.Save().
But, as soon as ContactItem.Save() function executed it raises the event
ContactItemChanged.
Due to this behaviour multiple times same data send to server.
Is there any way I could prevent this behaviour?
I am looking forward your answer.
capture the event 'ItemChange' and process that contactItem.
In Contact Item Add event there is a need of my program to send data to
server of perticular Contact Item after update the data I want to save it by
using ContactItem.Save().
But, as soon as ContactItem.Save() function executed it raises the event
ContactItemChanged.
Due to this behaviour multiple times same data send to server.
Is there any way I could prevent this behaviour?
I am looking forward your answer.