incorrect GAL entry is displayed

L

Long Nguyen

(Outlook 2002 sp3)

Hi

I just wonder if anyone came across this problem before. In my custom
Outlook form I have the code below to display the GAL popup entry for an
email. The Outlook displayed email is stored in g_strRequester field.
Set olns = Item.Application.GetNameSpace("MAPI")
Set strAddrList = olns.AddressLists("Global Address List")
Set strAddrEntry = strAddrList.AddressEntries(g_strRequester)
strAddrEntry.Details
Set olns = Nothing

The problem is that for the SAME email, when I run the form it displays the
correct details for the specified email, while for another form user it
displays the details of the email which is next in the GAL. For example
with g_strRequester value "Nguyen, Dac (CSIRO IM&T)", details for Nguyen,
Dac (CSIRO IM&T) is displayed out for me, but the other form user got the
details for "Nguyen, Kim (CMAR)" (which is next in the GAL after "Nguyen,
Dac (CSIRO IM&T)").

I am using Outlook 2002, sp3 while the other user uses Outlook 2003.

Thanks.
Long
 

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

Top