I need to synchronize contacts in Exchange Server and Sugar CRM Application. 10 users exists in my Exchange server , same users exists in Sugar CRM Application. my task is to create service that, if any User [ex:David] create new contact in Exchange server that contact should be created in same user account[David] in CRM Aplication through my service.
How can i get newly added contact details in C# code [EWS Managed API] ?
Please share your ideas ?