I have a biztalk applciation which takes the .xml file as the source and uses the send pipeline and maps and generates the .CSV output . Now I wanted to send that .CSV file to the client in a email .
I want to attach the .CSV file with some meaningful name not body.csv . I dont have orchestration in my application . can anybody help me on how to do that with biztalk 2006 .
You need to create a custom pipeline component that will change the MIME.Filename context property of the body part (or whatever part is the one being attached) and add this component to your send pipeline.
Regards,
Thiago
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.