Reading Outlook Contacts in VB.NET
In this article I am trying to read the Outlook contact into a Combo Box and selecting a contact I am displaying his/ her details in below Label controls, so lets start building example.
Create a Windows Forms Application and Add Label and Combo Box and change the lable text to Select Contact.
To use [...]