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 4, 2006 at 9:00 PM
#16715
You’d need to build the string as your want it inside the Orchestration. And then set that to the message body.
The properties you’d want to look at are File.ReceivedFileName (or http://FTP.ReceivedFileName , etc)or BTS.InboudTransportLocation. You might need to combine this together to get what you want.
Hope this helps.