How disable security promt when send message from word.

G

Guest

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
 
S

Sue Mosher [MVP-Outlook]

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
B

Brian Tillman

Yephim said:
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

If you have Adobe Acrobat installed, disable the PDFMaker addin.
http://www.slipstick.com/outlook/ol2002sp3.htm#acrobat
 
G

Guest

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.
 
G

Guest

only on 2 machine from 5 was installed acrobat reader. full version acrobat
not installed. and addin not present
 
S

Sue Mosher [MVP-Outlook]

So, it looks like the settings are being applied, at least partially.

I think Word's Send To command uses Simple MAPI. Did you allow access to it?

You did note how insecure this makes your system?
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

can you check with on your network?
i create test network with exchange server and outlook client
security setting don't work
and in 2 another organization check this. don't work too.
i set all settings on programmatic panel to automatically approve. and
simple mapi too
and i don't know any place where it allow
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top