D
Dave
I'm using Outlook Redemption to bypass the security
warning message when I access the names in the address
list for all users. Heres my code
set AddressList = CreateObjec("Redemption.AddressLists")
AddressList = Outlook.Session.AddressLists.Item("All
Users")
msgbox AddressList.AddressEntries.Item(1).Name
It still displays the security warning.
Is there a way to bypass the warning using redemption for
accessing address lists?
warning message when I access the names in the address
list for all users. Heres my code
set AddressList = CreateObjec("Redemption.AddressLists")
AddressList = Outlook.Session.AddressLists.Item("All
Users")
msgbox AddressList.AddressEntries.Item(1).Name
It still displays the security warning.
Is there a way to bypass the warning using redemption for
accessing address lists?