i am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person:
City, State, Country/Region Alias Title Phone
i can't seem to find these properties on the AddressEntry object.
EDIT: I started a bounty here. I got this working using LDAP queries but they are such a pain. I am shocked that outlook doesn't support this in its simple api. i wanted to see if anyone else got it working or can explain / justify why outlook would not have support for this