Reputation: 1386
I am searching for a .NET Winforms component that will give me the ability to easily synchronize the outlook contacts with my application contacts.
Is there any component for this?
Upvotes: 2
Views: 205
Reputation: 4620
One way to do this, if your outlook accounts are managed in an exchange server, is to use the EWS Managed API. You can find a sample of code for contact transactions with EWS here.
Upvotes: 1