Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Email attachments – POP3 adapter › Re: Email attachments – POP3 adapter
September 5, 2006 at 2:08 AM
#15552
[quote user="Stephen W. Thomas"]
If I remember right I did use pass through pipelines.
I’ve never tried to use .contains on the message name. You might have to pass the name out to a .net component that does this check. Also, you might want to set an Orchestration variable to your name and then use this to set the part name and pass to the component.
Hope this helps.
[/quote]
Hi!
The problem is not .contains , I've tried it with default values and it works.
It seams that,
msgName = msgPart.Name;
doesn't return the filename. Is there any way to "print" out the variable msgName from the orchestration?