S
Shelby
Hi,
I'm trying to develop a Com Add-in for Outlook.
So now when I launch my Outlook, I'm able to see the new button I created on
the toolbar.
My question is, how do I return the current user email address? I manage to
return the current user Name with
oApp.Session.CurrentUser.Name
When I try to return the Email Address with:
oApp.Session.CurrentUser.Address
It return me:
/o=myDomainName/ou=First Administrative Group/cn=Recipients/cn=shelby
I'm trying to develop a Com Add-in for Outlook.
So now when I launch my Outlook, I'm able to see the new button I created on
the toolbar.
My question is, how do I return the current user email address? I manage to
return the current user Name with
oApp.Session.CurrentUser.Name
When I try to return the Email Address with:
oApp.Session.CurrentUser.Address
It return me:
/o=myDomainName/ou=First Administrative Group/cn=Recipients/cn=shelby