Hi, I'm using the "Auto Save on Outlook Item change" feature to sync a mysql table with outlook contacts folder; this is a one-way sync (from outlook to mysql) and it works fine.
The question is how can I implement the other way sync in a simple way, I mean how can I update outlook contacts when I change a value in mysql, considering also that I need to update different subsets of field (from outlook to mysql I update the fields a,b,c whereas from mysql to outlook I need to update fields d,e,f).
thank you for your help