I am trying to get the SMTP address from the X400 address in VB.Net. If I open the Outlook properties for a user in our domain and look at the "Email Addresses", I can see the SMTP address, but I need to get it through the code. I tried checking the address book in OutlookSpy to find out if I can come up with a property in the outlook object model that exposes it, but I do.
For work reasons, I also can't use Outlook Redemption, which seems to have a solution.
Any suggestions?
source
share