I am trying to get e-mail address's out of exchange via VB is this possible? I have been able to get the names out however I cant seem to get there E-mail adresess.
The Address property of the AddressEntry object always contains the Exchange Address, type "EX"
Exchange also stores e-mail addresses in several other formats such as SMTP, X400 etc. You need to use CDO 1.21 to get these via the Fields collection. Outlook's object model doesn't expose the Fields.
Return the PR_EMS_AB_PROXY_ADDRESSES field which is multivalued; you can iterate the values with a For Each block.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.