Customizing the Outlook Security Features Administrative Package 
Author Message
 Customizing the Outlook Security Features Administrative Package

I installed the "Customizing the Outlook Security Features
Administrative Package" and configured everything
according to the instructions. The outlook "Default
Security settings" form seems to work fine and I set
the "Registry" key on the server and client computers
correctly, but when using VBA to send mail I still get the
irritating security warning messages, which the admin pack
is supposed to disable. The only thing that was slightly
different was when creating the "registry" DWORD Key:
According to the How to instructions it says to create it
in the "HKCU\SW\Policies\Microsoft\Security\" root, but on
both my PC and the server the root only goes as far
as: "HKCU\SW\Policies\Microsoft\" I cannot see how to
creat the "\Security\" sub root. So I put the new DWORD
key in "HKCU\SW\Policies\Microsoft\"
Please advise


Sun, 30 Jan 2005 19:46:36 GMT  
 Customizing the Outlook Security Features Administrative Package
If the reg key is in the wrong location it will have no effect. To
create a new reg key you have to use the registry editor. Select
HKCU\SW\Policies\Microsoft\ and right-click on that key and select
New...Key to create the Security key. Then repeat the process but
select DWORD instead of key to create the DWORD.

You can also add that key and the DWORD using code but you would have
to use the Win32 API registry functions for that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm


Quote:
> I installed the "Customizing the Outlook Security Features
> Administrative Package" and configured everything
> according to the instructions. The outlook "Default
> Security settings" form seems to work fine and I set
> the "Registry" key on the server and client computers
> correctly, but when using VBA to send mail I still get the
> irritating security warning messages, which the admin pack
> is supposed to disable. The only thing that was slightly
> different was when creating the "registry" DWORD Key:
> According to the How to instructions it says to create it
> in the "HKCU\SW\Policies\Microsoft\Security\" root, but on
> both my PC and the server the root only goes as far
> as: "HKCU\SW\Policies\Microsoft\" I cannot see how to
> creat the "\Security\" sub root. So I put the new DWORD
> key in "HKCU\SW\Policies\Microsoft\"
> Please advise



Sun, 30 Jan 2005 21:56:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Security feature in Outlook 2002

2. Customizing Workgroup features

3. Full Feature Communication Package

4. customize the package and deployment

5. how to remove security features

6. HOW ???......Security features in access2+VB3

7. Opening an Access file with the User Level security feature

8. HELP! Programming NT security features in VB

9. Programming NT security features in VB

10. Programming NT security features in VB

11. Word Automation and Security feature

12. Unable to use GetFile / GetFolder after SRP (security rollup package)

 

 
Powered by phpBB® Forum Software