Question about resolving emailaddress in Outlookcontact

H

Henrik

Hello
i wrote a outlookmacro to read useraddresses from the exchange-GAL and write them in my outlookcontacts
All is working fine, i have only the problem that the smtp-addresses are getting resolved
I write the plain smtp-address in the emailfield, and when i'm opening the contact i created before i see the user-displayname from the exchangeentry instead of the smtp-address

Is there any way to prevent this in a macro

If i export/import the addresses there is no addressresolving ?

Any help appreciate

Thank

Henrik
 
S

Sue Mosher [MVP-Outlook]

No, you can't prevent this normal behavior of Outlook. SMTP addresses of GAL
users will always be resolved to their GAL entries.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Henrik said:
Hello,
i wrote a outlookmacro to read useraddresses from the exchange-GAL and
write them in my outlookcontacts.
All is working fine, i have only the problem that the smtp-addresses are getting resolved.
I write the plain smtp-address in the emailfield, and when i'm opening the
contact i created before i see the user-displayname from the exchangeentry
instead of the smtp-address.
 
Top