Mime Decoder Pipeline Component in Biztalk 2004
This is so funny. I've been struggling for a while to be able to read
.eml
files through Biztalk. Seems the the MIME decoder that ships with Biztalk 2004 tries to find "MIME-VERSION"
in the first 1024 bytes of the .eml
-file. The problem is that, in my file, the MIME-VERSION
-string was near byte 1324 (or so). So the decoder tells me the file is not valid. Seems this problem is resolved in SP1. In a next post, I'll post some code ...
Comments