The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Changing Outlook Attachment Behaviors

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Doug Thews

Posts: 866
Nickname: dougthews
Registered: Jul, 2003

Doug Thews is a software developer/manager for D&D Consulting Services with 18+ years of experience
Changing Outlook Attachment Behaviors Posted: Aug 22, 2003 12:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Doug Thews.
Original Post: Changing Outlook Attachment Behaviors
Feed Title: IlluminatiLand
Feed URL: http://apps5.oingo.com/apps/domainpark/domainpark.cgi?client=netw8744&s=JETBRAINS.COM
Feed Description: A technology blog for people enlightened enough to think for themselves
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Doug Thews
Latest Posts From IlluminatiLand

Advertisement

As promised, here's how you can change the behaviors for Outlook attachment blocking (at the client level - this does not include blocking at the e-mail server gateway). This applies only to users of Outlook 2000 and Outlook XP - with the latest service packs installed.

You can add or remove attachment file types to block by adding the following registry string values. If you are in a Microsoft Exchange environment and your administrator has configured the Outlook Security settings, ask the administrator to modify the security settings for your mailbox, they will override the settings in the registry.

The keys are found in the following registry sub-tree (9.0 = Outlook 2000 & 10.0 = Office XP):

HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Security
HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security

Add the key (string value) Level1Remove to insert additional file types to block at the client. Multiple file types must be separated by a ";". For example: com;exe;pif;pi

Add the key (string value) Level1Add to allow a file type to be viewed within Outlook. While I cannot get confirmation of this, I believe that there is still a set of file types (perhaps Level 0) that this will not work for. So far, I've tested .exe, .com, and .vbs. All are still unviewable, even after adding their file extensions to Level1Add.

Level 2 file attachment classifications are valid only as part of an Outlook within Exchange environment. An administrator can only make changes to Level 2 file types at the Exchange level.

In addition, I am still experimenting with Outlook 2003. It appears (on my installation), that the .PFI extension (supposedly a default Level 1 "unsafe" file type) does not get blocked. I'm testing some settings to see if Outlook 2003 uses the same levels for e-mail blocking.

Read: Changing Outlook Attachment Behaviors

Topic: Career Calculus Previous Topic   Next Topic Topic: Flooded by W32.Sobig.F@mm

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use