How to increase Outlook Secure TempFolder

L

Lillian Lian

Someone send me an email with some image file, but I can not see it, it has
big Red X, after I found out on my c:\documents and
settings\Jennie\LocalSettings\Temporary Internet Files\OLK5E2 folder I have a
lots of images, xls files, so I deleted them, now I can open the email with
images on it.
I realalize that in the registry key

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security show
OutlookSecureTemmpFolder on C:\Documents and
Settings\Jennie\LocalSettings\Tempory InternetFiles\OLK5E2

I modify to c:\documents and settings\Jennie\OUTLOOK (I make folder first)

SO is anyway can create an VBScript to modify to this registry key?

Thanks for the help

Lillian
 
E

Eric Legault [MVP - Outlook]

VBScript cannot modify the registry. You need to use the Win32API or some VB
registry wrapper classes, of which there are plenty of free ones to find.
 
Top