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.

The content in the body of an e-mail message is lost when you process the message by using the BizTalk POP3 adapter in BizTalk Server


View products that this article applies to.

Symptoms

Consider the following scenario in Microsoft BizTalk Server:
  • You use the BizTalk POP3 adapter to process e-mail messages.
  • You create a new e-mail message.
  • You add a file as an attachment to the message.
  • You add content in the body of the message. For example, you embed an image in the body of the message.
  • You send the message to the e-mail address that is monitored by the BizTalk POP3 adapter.
In this scenario, the content in the body of the e-mail message is lost when the message is processed by the BizTalk POP3 adapter.

↑ Back to the top


Cause

This behavior may occur because the BizTalk POP3 adapter MIME decoder incorrectly processes e-mail messages if the structure has fewer than two levels.

↑ Back to the top


Workaround

To work around this behavior, add the content as a file attachment to the e-mail message. For example, to include an image in the message, add the image as an attachment instead of embedding the image in the body of the message.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

Consider the following scenario:
  • You create an e-mail message.
  • You add an attachment to the message.
  • You embed an image in the body of the message.
In this scenario, the structure of the e-mail message may resemble the structure in the following table.
LevelContent Type
L1multipart/mixed
L2multipart/related
L3multipart/alternative
L4text/plain
L4text/html

↑ Back to the top


Keywords: kbbtsadapters, kbbts, kbtshoot, kbprb, KB942689

↑ Back to the top

Article Info
Article ID : 942689
Revision : 4
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 367