I'm writing a Outlook add-in that needs to access Outlook contacts. I have successfully obtained a list of local contacts but cant seem to find an example that will give me access to the list of shared contacts using VSTO.
A:
Application
.GetNameSpace("MAPI")
.AddressLists["Global Address List"]
.AddressEntries
Georg Fritzsche
2009-11-20 02:07:35