K
KateG
I have a VB addin for Outlook 2003.
Mail server is Exchange Server 2003 SP2. Users are stored in Active
Directory on that server.
I'm using the namespace.CurrentUser.Address property in the addin to
determine the current user. My question is - where exactly does it pull this
from i.e. a field from the user's account on Active Directory, a registry
setting on the user's machine, etc?
In trying to figure this out, I've created a test user in AD and then
created an Outlook profile for it. Initially, this property seems to return
the first part of the email address from Active Directory (i.e. the part
before @domain.com), which is also the same as the alias field in AD. But if
I change either of those fields in AD, those changes aren't reflected when I
check this property. So I'm trying to figure out exactly where this property
is pulling from.
Thanks.
Mail server is Exchange Server 2003 SP2. Users are stored in Active
Directory on that server.
I'm using the namespace.CurrentUser.Address property in the addin to
determine the current user. My question is - where exactly does it pull this
from i.e. a field from the user's account on Active Directory, a registry
setting on the user's machine, etc?
In trying to figure this out, I've created a test user in AD and then
created an Outlook profile for it. Initially, this property seems to return
the first part of the email address from Active Directory (i.e. the part
before @domain.com), which is also the same as the alias field in AD. But if
I change either of those fields in AD, those changes aren't reflected when I
check this property. So I'm trying to figure out exactly where this property
is pulling from.
Thanks.