After looking at it he saw that all new Exchange Users had the correct
alias, but all the users that were migrated from Exchange 2003 had the IDs.
The Alias field in Exchange has the correct name. Is there something in AD
that might have not been update correctly?
"Ken Slovak - [MVP - Outlook]" wrote in message
...
Something seems screwy about how the Exchange server is configured. I
would expect to see "EX" for any Exchange DN type address, not a "1". And
that DN that's being returned looks like it's a folder or mailbox GUID and
not an Exchange alias. I'd have an admin look at the configuration for
Gary K in ADUC and see what's up.
Citrix I'm not sure about.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Craig" wrote in message
...
They are using Exchange 2007. When I run Session.CurrentUser.Type I get
"1" when they run it they also get "1". They are running a Citrix
envrionment would that cause this issue?
If I run this VbScript.
Dim Ol,Ns
Set Ol = CreateObject("Outlook.Application")
Set Ns = Ol.GetNamespace("MAPI")
msgbox (ol.Session.CurrentUser.Name) & chr(13) +
ol.session.CurrentUser.Address
I get this output:
Craig Loidhamer
/o=UMS/ou=First Administartive Group/cn=Recipients/cn=cloidhamer
When I have them run it they get:
Gary K
/o=ZMS1/ou=First Administartive
Group/cn=Recipients/cn=17B4A58C-3E16404B-8625682E-XXXXXX
Thanks again for your help.
Craig