V
Virda
problem is whatever change is made in Contact folder's Contact Item I
capture the event 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
and also in contact item change I am updating the server data 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 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
and also in contact item change I am updating the server data 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.