Exchange GAL - need SMTP

  • Thread starter Thread starter PK
  • Start date Start date
P

PK

Hi,

Danny Seager was kind enough to show me how to link an Access table to MS
Exchange to get Display Name, Alias, and a few more fields from our exchange
GAL by creating a linked table of type=exchange. One field I can not seem to
get is SMTP address (the one you get if you double click a recipient and go
to the E-Mail Addresses tab, listed as SMTP: xxxxxx). Does anyone know how I
can get this information for each member of the GAL? (PS: Outlook and
Access 2003)

tx
 
You could iterate through the objects and properties using Outlook
Automation.

I'd go to www.freevbcode.com and look for Outlook and look at some of
that sourceCode for a reference.

It should be easy to loop through the properties bucket in order to
find the information you're looking for.

-Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top