mjyazdani
mjyazdani

Reputation: 2035

How can I retrieve list of outlook contacts using VSTO?

I have created a VSTO project for outlook 2010 Using Visual studio 2010. I added below items to my project:

  1. A Ribbon with a Button
  2. A Windows Form

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

Answers (1)

Related Questions