<?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>Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx</link><description>&amp;#160; Mike B. asked me to show how to get header information from emails using VSTO.&amp;#160; So here is a step-by-step tutorial on how to create a Form Region that will show header info: &amp;#160; Open up the New Project dialog, choose Office...2007 under</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#8950360</link><pubDate>Sat, 13 Sep 2008 19:21:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8950360</guid><dc:creator>nonsense</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I want to make a add-in that reads a string from a textBox and then filters the whole mail folder. And than it displays only emails that have this string in their header.&lt;/p&gt;
&lt;p&gt;How can I do that? Do I need to store emails to a local database or is there a easy way. &lt;/p&gt;
&lt;p&gt;Can somebody help? Please &lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#8950406</link><pubDate>Sat, 13 Sep 2008 19:39:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8950406</guid><dc:creator>zainnab</dc:creator><description>&lt;p&gt;I think the technique above should get you started. &amp;nbsp;Once you get the header info you can use a RegEx (see my RegEx series of webcasts) to search for whatever you want. &amp;nbsp;As for returning the mail objects in a form container. &amp;nbsp;Check out &lt;a rel="nofollow" target="_new" href="http://www.outlookforms.org/"&gt;http://www.outlookforms.org/&lt;/a&gt; it will probably have some good samples for you.&lt;/p&gt;
</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#8991249</link><pubDate>Wed, 08 Oct 2008 15:51:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8991249</guid><dc:creator>Nikolaj</dc:creator><description>&lt;p&gt;Hi. &lt;/p&gt;
&lt;p&gt;Is it also possible to use the PropertyAccessor to add Header Values to the email, so i in other tools can see that it is my addin, that sent the email.&lt;/p&gt;
&lt;p&gt;Or should it be done in another way. &lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#8991285</link><pubDate>Wed, 08 Oct 2008 16:15:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8991285</guid><dc:creator>zainnab</dc:creator><description>&lt;p&gt;Sadly, no. &amp;nbsp;That information is read only if memory serves. &amp;nbsp;But most application add a little blub at the end of the email to indicate a tool was involved. &amp;nbsp;That would be my suggestion. &amp;nbsp;Here are the mailitem members to get you started: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb176688.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb176688.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#8993836</link><pubDate>Fri, 10 Oct 2008 10:04:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8993836</guid><dc:creator>Nikolaj</dc:creator><description>&lt;p&gt;Thanks for your answer. I am working on a addin where i want to add a number to the mail so another system can operate on the mail. Ofcouse i could just add it in the subject, but i thing the correct thing is to place the filenumber in the header. But i guess i have to use CDO then. &lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9014979</link><pubDate>Fri, 24 Oct 2008 19:55:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014979</guid><dc:creator>enrique.prados@a-e.es</dc:creator><description>&lt;p&gt;MIster, How can I download VSTO for VS 2008 ??&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9015030</link><pubDate>Fri, 24 Oct 2008 20:32:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015030</guid><dc:creator>zainnab</dc:creator><description>&lt;p&gt;it actually comes with VS2008 :)&lt;/p&gt;
&lt;p&gt;Just choose the office templates in the New Project dialog and you should be good to go&lt;/p&gt;
</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9015893</link><pubDate>Sat, 25 Oct 2008 12:36:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015893</guid><dc:creator>enrique.prados@a-e.es</dc:creator><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;if I want use VSTO in my Winforms project ??&lt;/p&gt;
&lt;p&gt;Greetings&lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9016073</link><pubDate>Sat, 25 Oct 2008 18:32:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016073</guid><dc:creator>zainnab</dc:creator><description>&lt;p&gt;It's not really for that :) &amp;nbsp;You can do some interop stuff to get your winform app to communicate with office but VSTO is specifically designed around add-ins and toolbars that you use inside the various office applications.&lt;/p&gt;
</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9135435</link><pubDate>Mon, 24 Nov 2008 04:20:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9135435</guid><dc:creator>Goyal</dc:creator><description>&lt;p&gt;This is good for outlook 2007 but do you have any pointers on getting RFC 822 headers and Message ID for Outlook2003 ?&lt;/p&gt;
&lt;p&gt;Goyal&lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2008 / VSTO / Outlook to Pull Out RFC 822 Header Data</title><link>http://blogs.msdn.com/zainnab/archive/2008/07/01/using-visual-studio-2008-vsto-outlook-to-pull-out-rfc-822-header-data.aspx#9135587</link><pubDate>Mon, 24 Nov 2008 05:42:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9135587</guid><dc:creator>zainnab</dc:creator><description>&lt;p&gt;Goyal,&lt;/p&gt;
&lt;p&gt;The only way to do it that I know of is though external API's. &amp;nbsp;Here is a thread that, ironically, mentions my post here but goes on to describe and explain some of the API's that are available.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.outlookcode.com/threads.aspx?forumid=5&amp;amp;messageid=27183"&gt;http://www.outlookcode.com/threads.aspx?forumid=5&amp;amp;messageid=27183&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>