Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Passing strings directly to a pipeline › Re: Passing strings directly to a pipeline
December 19, 2007 at 4:41 AM
#18652
You should be able to use a message of type RawString for that. Look in the BizTalk documentation, and you’ll find the source code for it alongside the docs for sending out HTML-formnatted messages using the SMTP adapter (the technique for holding a raw string as a message is the same, independent of the adapter or what you do with it).