Home Page › Forums › BizTalk 2004 – BizTalk 2010 › source file name in the body of an email › Re: source file name in the body of an email
December 18, 2006 at 6:50 AM
#16987
Oh, if that’s what you are trying to do. I’d do an XPath into the message and get the value. Then set it to the File.ReceivedFileName property. Then, use the %SourceFileName% Macro on the send port.
I have samples (under BizTalk 2004 I think) of using XPath and Setting the File Name.
Best of luck.