B
Bingo
I was using CurrentUser property off Outlook Object
Namespace. Since it triggers the security popup, I'm
testing this with Redemption. The following is what I
have. I tried both oRdpUser.Address and oRdpUser.Name
but both returned "Unknown." I'm running Outlook on Win
XP. If this does not work, how do I get the current user
name? Thanks.
Set oRdpUser = CreateObject("Redemption.SafeCurrentUser")
sUserName = oRdpUser.Address
oRdpUser.cleanUp
Namespace. Since it triggers the security popup, I'm
testing this with Redemption. The following is what I
have. I tried both oRdpUser.Address and oRdpUser.Name
but both returned "Unknown." I'm running Outlook on Win
XP. If this does not work, how do I get the current user
name? Thanks.
Set oRdpUser = CreateObject("Redemption.SafeCurrentUser")
sUserName = oRdpUser.Address
oRdpUser.cleanUp