Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Unexpected icon description for Internet file attachments


View products that this article applies to.

This article was previously published under Q169664

↑ Back to the top


Symptoms

File attachments included in messages that are received from the Internet have icon descriptions that are not the filename.

↑ Back to the top


Cause

The sending party for the message used a MIME property called Content- Description described in RFC 1521 section 6.2 (shown below).

RFC 1521
*************************************************************************
6.2.  Optional Content-Description Header Field

   The ability to associate some descriptive information with a given
   body is often desirable. For example, it may be useful to mark an
   "image" body as "a picture of the Space Shuttle Endeavor."  Such text
   may be placed in the Content-Description header field.

   description := "Content-Description" ":" *text

   The description is presumed to be given in the US-ASCII character
   set, although the mechanism specified in [RFC-1522] may be used for
   non-US-ASCII Content-Description values.
*************************************************************************
				
All versions of Microsoft Exchange Server use the Content-Description MIME property to preserve the icon description through the Internet. The original filename is preserved and can be different than the icon description.

With the Microsoft Exchange client, when an attachment is inserted into a message, the default icon description is set to the filename. The user can right-mouse click on a file attachment in a message being composed, and choose "rename" to change the icon description. Changing the icon description does not change the filename.

If a remote system sends attachments and uses the Content-Description MIME property, all versions of Exchange Server will honor the provided data and use it as the icon description. If important information is communicated by means of the icon description field from other Internet sites or from Microsoft Exchange sites across Internet connectors, these descriptions will be lost.

↑ Back to the top


Workaround

If a remote system sends Content-Description MIME properties that are not meaningful, attempt to configure the remote system to suppress the sending of this MIME property. Mail received without this MIME property will have icon descriptions that are set to the filename.

↑ Back to the top


Status

Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.0. This problem has been corrected in the latest U.S. Service Pack for Microsoft Exchange Server version 5.0. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K

↑ Back to the top


More information

Microsoft has added a new registry value to the Information Store service that allows an administrator the option of forcing the Information Store to ignore the Content-Description MIME property for incoming Internet mail.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

To enable this feature to ignore the Content-Description MIME property, perform the following steps:

  1. Run Registry Editor (Regedt32.exe).
  2. Go to the following key in the registry:
       HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIs
                         \ParametersSystem\InternetContent\ 
    						
  3. On the Edit menu, click Add Value and use the following entry:
          Value Name: IgnoreContentDescription
          Data Type:  REG_DWORD
          Value:      1
  4. Exit the Registry Editor and restart the Information Store service for the change to take effect.
Setting the IgnoreContentDescription to 1 causes the Information Store to ignore the Content-Description MIME property when determining the icon description. To restore the behavior, either delete the registry value or set it to a value of 0 and restart the Information Store.

It is recommended that Microsoft Exchange administrators consider the ramifications of making this change. If important information is communicated via the icon description field from other internet sites (or Microsoft Exchange Sites across internet connectors), these descriptions will be lost.

↑ Back to the top


Keywords: KB169664, kbfix, kbbug, kb3rdparty

↑ Back to the top

Article Info
Article ID : 169664
Revision : 8
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 382