Outlook block Access files

  • Thread starter Thread starter Reboot
  • Start date Start date
Outlook? Or Outlook express?

To be sent or to be receieved? If someone is trying to send you an mdb and
you cannot save it, there is what microsof calls the L1Remove key.

I've pasted a regedit script:

<snip>
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security]
"Level"=dword:00000003
"UseCRLChasing"=dword:00000001
"Level1Remove"="exe;zip;url;mdb;doc;xls"

</snip>

Where "Level1Remove=" are all the extensions, seperated by semi-colon that
you want to be able to accept.

Best Regards,

-Sam
 
Back
Top