<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HOWTO: Return To Sender Transport Agent Sample</title><link>http://blogs.msdn.com/b/mstehle/archive/2010/03/10/howto-return-to-sender-transport-agent-sample.aspx</link><description>This transport agent identifies a message it wants to reject by looking for “[TEST]” in the subject.&amp;#160; If it finds a message to reject, it creates a new message to be sent back to the sender and attaches the original message being rejected to the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: HOWTO: Return To Sender Transport Agent Sample</title><link>http://blogs.msdn.com/b/mstehle/archive/2010/03/10/howto-return-to-sender-transport-agent-sample.aspx#9976834</link><pubDate>Thu, 11 Mar 2010 13:34:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9976834</guid><dc:creator>Matt Stehle - MSFT</dc:creator><description>&lt;p&gt;Actually, I wasn't aware that had changed in Framework 3.5 but you are right - str1 + str2 is in fact equivalent to String.Concat(str1, str2) now. &amp;nbsp;I've always been in the habit of using String.Format and String.Concat due to the inefficiences of adding strings with the '+' operator pre-3.5. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since it's all the same in the IL there's really no performance value. &amp;nbsp;I guess using '+' is a bit more readable maybe I'll use that in the future.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9976834" width="1" height="1"&gt;</description></item><item><title>re: HOWTO: Return To Sender Transport Agent Sample</title><link>http://blogs.msdn.com/b/mstehle/archive/2010/03/10/howto-return-to-sender-transport-agent-sample.aspx#9976526</link><pubDate>Wed, 10 Mar 2010 22:45:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9976526</guid><dc:creator>Duncan Smart</dc:creator><description>&lt;p&gt;String.Concat? Really? FYI: str1 + str2 compiles down to a String.Concat anyway and is a lot more readable!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9976526" width="1" height="1"&gt;</description></item></channel></rss>