How to Modify Attachment Handling Settings

 

Microsoft® Outlook Web Access can be configured to handle e-mail attachments in different ways, depending on the requirements of your organization. You can block users from opening, sending, or receiving specified attachment types.

Your Exchange server can handle attachments in the following three ways:

  • Do not allow attachments

  • Allow attachments (pending file-type filtering)

  • Allow attachment access only through specific back-end servers

Before You Begin

Before modifying attachment handling settings, read "Configuring Attachment Handing" in Managing Outlook Web Access. Note that if you set the attachment handling setting on the server to "Allow all attachments" or "Don't allow any attachments," the attachment setting that you configure to determine which front-end servers will handle messages is ignored. For specific steps for how to specify the front-end servers that will handle attachments, see How to Specify the Front-End Servers That Allow for Attachment Handling.

Warning

Incorrectly editing the registry can cause serious problems that may require you to reinstall your operating system. Problems resulting from editing the registry incorrectly may not be able to be resolved. Before editing the registry, back up any valuable data.

Procedure

To modify the attachment blocking settings on an Exchange server

  1. Log on to the Exchange server using the Exchange administrator account, and then start Registry Editor (regedit).

  2. In Registry Editor, locate the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
    MSExchangeWeb\OWA
    
  3. On the Edit menu, point to New, and then click DWORD Value.

  4. In the details pane, name the new value DisableAttachments.

  5. Right-click DisableAttachments, and then click Modify.

  6. Under Base, in Edit DWORD Value, click Decimal.

  7. In the Value data box, type one of the following numbers:

    • To allow all attachments, type 0.

    • To disallow all attachments, type 1.

    • To allow attachments from back-end servers only, type 2.

  8. Click OK.

For More Information