J
Jia Li
I am using Outlook 2000 with Exchange server.
If a contact's email is referenced from the Global Address Book, the email
displayed on the contact is the person's name with an underline. The
email1Address property of that contact will contain an EX format email
address
which looks like this
/o=AAA/ou=BBB/cn=CCC/cn=DDD/cn=MailBoxes/cn=Jia.Li
I would like to look up the actual SMTP address using this EX address. How
to do it?
I found some code written in VB online which claim to do the job but I am
using C#. I tried to adopt the VB's method but the value returned doesn't
look right at all. I am quite sure I adopted the code correctly.
JIA
If a contact's email is referenced from the Global Address Book, the email
displayed on the contact is the person's name with an underline. The
email1Address property of that contact will contain an EX format email
address
which looks like this
/o=AAA/ou=BBB/cn=CCC/cn=DDD/cn=MailBoxes/cn=Jia.Li
I would like to look up the actual SMTP address using this EX address. How
to do it?
I found some code written in VB online which claim to do the job but I am
using C#. I tried to adopt the VB's method but the value returned doesn't
look right at all. I am quite sure I adopted the code correctly.
JIA