Reputation: 2035
I have created a VSTO project for outlook 2010 Using Visual studio 2010. I added below items to my project:
When the button is pressed by user, the form is showing. I want the form to show list of all contacts in outlook but I don't know how should I access contacts data.
Upvotes: 0
Views: 1681
Reputation: 510
This should get you going:
How To: Get a list of Outlook contacts
How To: Retrieve Outlook Contact items using Restrict method
How To: Use Find and FindNext to retrieve Outlook Contact items
Upvotes: 4