i try on 5 computers office 2003 and xp russian edition and office xp english
CheckAdminSettings set to 1
I create Default security settings. on programmatic settings panel check
automatically approve all item.
i create test vbs file
Set ol = CreateObject("Outlook.Application")
Set AL = ol.session.addresslists("Глобальный Список адресов")
Set AE = AL.addressEntries(1)
MsgBox AE.address
it work fine. no security promt pop-up when allow
and security promt display when check promt user
But in word send to->routing recipient security promt display anyway.
"Sue Mosher [MVP-Outlook]" wrote:
> What version of Office? What value did you set for CheckAdminSettings? Did you create a default security settings item or one for specific users?
>
> You realize that, by setting "allow all," you are leaving your systems vulnerable to malicious software that harvests addresses and sends messages through Outlook?
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Yephim" <(E-Mail Removed)> wrote in message news:FCCEEDB0-6A53-4F9D-A5C0-(E-Mail Removed)...
> >I send message from "Routing recipent" and pop up promt for access adress
> > book and after promt for send message.
> > I create public folder outlook security settings, create registry key on
> > local machine CheckAdminSettings
> > create security template. allow all on programmatic settings
> > but security promt dont hide
> > please help
>