I have a process where I want to handle emails that can not be delivered. Our exchange server will bounce them back to the sender. The body of the email states that it can’t be delivered and the original message is enclosed as an attachment (*.MSG)
I’ve created an email port that will receive these messages and all I want to do is determine the email it was sent to, however, I am unable to process the message because of the attachment.
Would anyone have any suggestions?
(I did check the mime types file in webMethods and no entry exists for a .MSG type file. I believe this type of file is associated with MS Outlook. However, MS Outlook would not be a software application that’s loaded on our webMethods server.)
Running webMethods 6.1 on a windows 2000 platform.
Try adding the MSG type to the Is\lib\mimes.type file. From there you can attach the content handler to that particular file type. It is case sensitive.
I posted the results (explanations and sample code) of my investigations on email attachements on this post. Have the look and see if this might help you