J
jschmidt
Does anyone know how to get the Manager for a current user from the GA
using Outlook Redemption? I can get the information I require by usin
the following line of code:
OutlookNamespace.CurrentUser.AddressEntry.Manager.Name
However this triggers Outlook Security prompts, due to the fact that
am accessing the address book. I tried the following lines of cod
using Redemption:
Set currUser = CreateObject("Redemption.SafeCurrentUser")
currUser.Manager.Name
But it seems that I can only get properties such as Address or Nam
from the SafeCurrentUser, I cannot get the manager name
Thanks,
Jaso
using Outlook Redemption? I can get the information I require by usin
the following line of code:
OutlookNamespace.CurrentUser.AddressEntry.Manager.Name
However this triggers Outlook Security prompts, due to the fact that
am accessing the address book. I tried the following lines of cod
using Redemption:
Set currUser = CreateObject("Redemption.SafeCurrentUser")
currUser.Manager.Name
But it seems that I can only get properties such as Address or Nam
from the SafeCurrentUser, I cannot get the manager name
Thanks,
Jaso