Outlook block Access files

  • Thread starter Thread starter Reboot
  • Start date Start date
R

Reboot

Does anyone out there know the registry hack to allow
Access database file to be sent?
 
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
 

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

Back
Top