Microsoft KB Archive/279836

From BetaArchive Wiki
Knowledge Base


Article ID: 279836

Article Last Modified on 2/21/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q279836


SYMPTOMS

If you receive a message with an attachment from ISOCOR by means of Simple Mail Transfer Protocol (SMTP), when you open the attachment, you may experience either of the following:

  • If you use a Post Office Protocol (POP), Internet Message Access Protocol (IMAP), or Outlook Web Access (OWA) client, there is no data (the attachment is empty). -or-

  • If you use a Microsoft Outlook Messaging Application Programming Interface (MAPI) client, you receive the following error message:

    Operation failed


CAUSE

This happens for SMTP messages that are formatted in the following manner:

Content-Type: multipart/mixed;
boundary="__boundary__12:12:2000_08:35:31_(15724)"
Content-Transfer-Encoding: 7bit

--__boundary__12:12:2000_08:35:31_(15724)
Content-Type: text/plain;
charset=iso-8859-2
Content-Transfer-Encoding: quoted-printable
this is my text

--__boundary__12:12:2000_08:35:31_(15724)
Content-Type: application/octet-stream;
name=test.doc
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=test.doc
binary is here

--__boundary__12:12:2000_08:35:31_(15724)
Content-Type: application/ms-tnef
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=WINMAIL.DAT
TNEF binary is here

--__boundary__12:12:2000_08:35:31_(15724)--


RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft Exchange 2000 Server. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

301378 XGEN: How to Obtain the Latest Exchange 2000 Server Service Pack


The English version of this fix should have the following file attributes or later:

Component: Information Store

File name Version
Store.exe 6.0.4418.33


STATUS

Microsoft has confirmed that this is a problem in Microsoft Exchange 2000 Server. This problem was first corrected in Microsoft Exchange 2000 Server Service Pack 1.

MORE INFORMATION

With the fix, you can get the real data of the attachment, and the incoming message will have two attachments: the attachment data itself, and a Winmail.dat file.

This is the same behavior as Microsoft Exchange Server 5.5, which is to receive two icons for the attachment. One icon contains the real data, and the second contains the formatting data in the Winmail.dat file. The message arrives with these two attachments because of the way the sender creates the Winmail.dat file. The message generated by ISOCOR contains a Winmail.dat with a missing property: '

PR_ATTACH_TRANSPORT_NAME


Contact ISOCOR at the following Web site for any new updates on creating a properly formed Winmail.dat file:


Additional query words: exch2kp2w

Keywords: kbbug kberrmsg kbfix kbqfe KB279836