Home Page › Forums › BizTalk 2004 – BizTalk 2010 › File port. How to get a name of a receive file?(-) › File port. How to get a name of a receive file?(-)
January 30, 2006 at 5:13 PM
#12763
You can get the file name by reading the following property: File.ReceivedFileName. It is in the message context and you can access it inside a custom pipeline component or inside an Orchestration.
Best of luck.