<?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>Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx</link><description>One thing I&amp;#8217;d like to play with is extending Outlook through add-ins with C#. It&amp;#8217;ll be a good opportunity to learn more about .NET development and the Windows tools. Plus, I can &amp;#8220;fix&amp;#8221; some of the things that annoy me about Outlook.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#93723</link><pubDate>Mon, 22 Mar 2004 06:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93723</guid><dc:creator>Dennis T Cheung</dc:creator><description>So... uh... how much longer is it before you can write an &amp;quot;Make Outlook work like Entourage for the love of God&amp;quot; Add-in?</description></item><item><title>[.NET]Outlook Addin - using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#93750</link><pubDate>Mon, 22 Mar 2004 10:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93750</guid><dc:creator>おがわみつぎのBLOG</dc:creator><description>[.NET]Outlook Addin - using C#</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#93828</link><pubDate>Mon, 22 Mar 2004 11:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93828</guid><dc:creator>milbertus</dc:creator><description>Can't you just debug your add in by attaching to Outlook.exe?  I've done similar things when playing around with a Word add in, and it worked very well.  When I stopped debugging (Shift+F5), VS only unloaded my add in, and didn't kill Word (which is a big plus, especially in your case with an Outlook add in).</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#93928</link><pubDate>Mon, 22 Mar 2004 15:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93928</guid><dc:creator>Dan Crevier</dc:creator><description>Just setting a breakpoint on the hello world dialog and attaching to Outlook didn't seem to do it, but I haven't tried much yet.</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#94043</link><pubDate>Mon, 22 Mar 2004 18:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94043</guid><dc:creator>Omar Shahine</dc:creator><description>To debug you do this:&lt;br&gt;&lt;br&gt;1) Right click on your project and select properties&lt;br&gt;2) Select Configuration Properties -&amp;gt; Debugging&lt;br&gt;3) Set Debug Mode to Program&lt;br&gt;4) Click Apply&lt;br&gt;5) Set start application to path to Outlook.&lt;br&gt;&lt;br&gt;Make sure Outlook isn't running. Now hit F5 to build and debug. Now your break points will get hit etc.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#97152</link><pubDate>Fri, 26 Mar 2004 22:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:97152</guid><dc:creator>Ron Cicotte</dc:creator><description>I've been working on an Outlook Add-in to process payments and all was going well for a few days.  I wish I had come across this page sooner though because you discuss the issues succinctly what took me several days to uncover.  The problem is that suddenly I cannot debug my add-in.  It simply ignores the breakpoints.  I have rebuilt; re-installed; re-registered everything I can think of and still cannot get it to recognize my code.  It seems as though my symbols are not being loaded though I can't for the life of me figure out what changed.  &lt;br&gt;&lt;br&gt;My addin is really quite sweet and will be a great app if I can only get my debug environment working again.  Any and all suggestions are welcome.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;-ron</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#97297</link><pubDate>Sat, 27 Mar 2004 06:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:97297</guid><dc:creator>Dan Crevier</dc:creator><description>Glad you found it useful. I don't have any great suggestions for your debugging problems. If you figure it out, please post here so we can all learn from it. Also, let us know when your blog is up and your product is out! :-)</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#97370</link><pubDate>Sat, 27 Mar 2004 14:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:97370</guid><dc:creator>Ron Cicotte</dc:creator><description>I have successfully created your version of C# &amp;quot;Hello World&amp;quot; and am able to debug it and have the following observations:&lt;br&gt;&lt;br&gt;1.  I am using a new installation of .NET and Office Pro with latest updates on a new machine.&lt;br&gt;&lt;br&gt;2.  When I created the demo app and added the reference to Outlook 11 library I got a second instance of the Office.dll which caused ambiguous results.  This is because the template generated by VS.NET uses the Office.dll in the Frameworks 1.1 directory while the PIA Outlook.dll is in the GAC.  I removed the &amp;quot;Office&amp;quot; reference installed by the .NET template.&lt;br&gt;&lt;br&gt;3.  The reference to &amp;quot;Microsoft.Office.Interop.Outlook.Application&amp;quot; is incorrect in the version of Outlook.dll I used in the new installation.  Instead it is called &amp;quot;interop.Outlook&amp;quot; in the  Outlook 11 object library.  I used the object browser to verify this.  I simply replaced &amp;quot;Microsoft.Office.Interop.Outlook.Application&amp;quot; with &amp;quot;Outlook.Application&amp;quot; when declaring the applicationObject and casting the application in the OnConnection method.  It appears that there is more than one version of the Outlook 11 library with the same version number (9.2).  Both machines are running XP Pro and both installed Office 2003 from the MSDN DVD though one could have been from a different issue.  I am going to re-install Office 2003 and see if I get a new version of the Outlook.dll&lt;br&gt;&lt;br&gt;4.  When I compiled the app I got an error saying that &amp;quot;Exception&amp;quot; in the catch is ambiguous.  There is an Outlook.Exception object so you need to specify &amp;quot;System.Exception&amp;quot; in the catch statements.  I tried &amp;quot;Outlook.Exception&amp;quot; and got an error saying that the catch Exception must be derived from System.&lt;br&gt;&lt;br&gt;I still have no idea why the debugger failed but am now going to copy my files into the new project directory and see if the debugger still works.  I will keep you posted.&lt;br&gt;</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#99167</link><pubDate>Sat, 27 Mar 2004 17:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:99167</guid><dc:creator>Dan Crevier</dc:creator><description>Thanks for the info. When I first was setting things up, I ended up with multiple conflicting references too, but when I stepped through them a second time to test things out for my post, I didn't. I wonder what the difference was.</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#100441</link><pubDate>Sat, 27 Mar 2004 21:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:100441</guid><dc:creator>Ron Cicotte</dc:creator><description>I've re-installed Office 2k3 and VS 2k3 on my old machine and still have the same problem even when I start totally from scratch.  Something is seriously wrong here.  Apparently there is something cached somewhere that is telling the VS debugger that my COM code is somewhere other than where it is.  &lt;br&gt;&lt;br&gt;Evan after re-installing both When i run Outlook alone the button is created and functions correctly.  When i quit Outlook and start it the button is there but does not function.  If I start it using the debugger it doesn't function and the breakpoints don't get hit.  The &amp;quot;?&amp;quot; is displayed at the breakpoint indicating that the code is not loaded.  If I un-install the Add-in and restart with the debugger the button is not created and Outlook does not see my code at all.&lt;br&gt;&lt;br&gt;Do you have any idea where VS configuration parameters are stored?  Clearly they are stored somewhere in the registry and not cleared during un-install because it remembered my projects after re-installing.  I think I will need a full removal of VS.NET unless I can figure out why it cannot wire-up the interop and load my symbols.  I could use my new computer but it is a portable and not intended for development.</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#100460</link><pubDate>Sat, 27 Mar 2004 22:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:100460</guid><dc:creator>Ron Cicotte</dc:creator><description>Another point.  The outlook PIA installed on the old machine after the re-install is still the one named &amp;quot;Microsoft.Office.Interop.Outlook&amp;quot;. I must have used an early version of Office 2k3 on that machine.  The re-installed Office 2k3 on the new machine using the same DVD (April MSDN) now uses the same name for the Outlook.dll.  The debugger still works on that machine after the re-install so it's not related to the dll.  I have verified that every debug parameter is identical on both machines.  I think my only solution is to remove .NET entirely including any registry settings and re-install.  Any advice on where I can look for instructions on how to safely accomplish this?&lt;br&gt;&lt;br&gt; </description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#100478</link><pubDate>Sat, 27 Mar 2004 23:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:100478</guid><dc:creator>Dan Crevier</dc:creator><description>Unfortunately, I have no clue...</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#105049</link><pubDate>Wed, 31 Mar 2004 20:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:105049</guid><dc:creator>Ron Cicotte</dc:creator><description>Dan,&lt;br&gt;&lt;br&gt;I solved the problem but had to call Microsoft and use one of my MSDN support calls to do it.&lt;br&gt;&lt;br&gt;It turns out there is a bug in Outlook Add-in manager that prevents debugging of add-ins if any add-ins are currently in the &amp;quot;disabled&amp;quot; state.  The following is a copy of my email to the MS rep that handled the case:&lt;br&gt;&lt;br&gt;Zach,&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Problem solved!  Apparently the “Resiliency” key has an effect on the debugger for all add-ins not just the one affected by the Outlook request to be disabled.  Deleting this key has solved the issue.  Please tell me that this will be added as a bug and made available to other developers.  My suggestion for a Problem Description would be:&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;”.NET debug fails with Office PIA after disabling Add-in COM dll.”&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Conditions:  After receiving the following error message from Outlook : &lt;br&gt;&lt;br&gt;“Outlook experienced a serious error the last time the add-in [&amp;quot;your addin name&amp;quot;] was opened.  Would you like to disable this &lt;br&gt;&lt;br&gt;add-in?  To reactivate this add-in, click About Microsoft Office Outlook in the Help menu, then click Disabled Items”&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;If you select yes to have Outlook disable this add-in you will be unable to debug any add-ins until this add-in is either enabled or the “Resiliency” key for this add-in is removed from the registry.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Steps to recreate the Problem. &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Create a com add-in &lt;a target="_new" href="http://support.microsoft.com/?kbid=302901"&gt;http://support.microsoft.com/?kbid=302901&lt;/a&gt; &lt;br&gt;Open Outlook using the debug option &lt;br&gt;After loading the addin exit outlook using the debugger to stop debugging &lt;br&gt;Open outlook outside of Visual Studio IDE.  The following error message appears: &lt;br&gt;  “Outlook experienced a serious error the last time the add-in [&amp;quot;MyAddin1&amp;quot;] was opened.  Would you like to disable this add-in?  To reactivate this add-in, click About Microsoft Office Outlook in the Help menu, then click Disabled Items”&lt;br&gt;&lt;br&gt;Select yes to disable the add-in &lt;br&gt;Close Outlook and return to the IDE &lt;br&gt;Uninstall the Addin. &lt;br&gt;Create a second Add-in and install it. &lt;br&gt;Attempting to debug the second add-in will result in the application starting but breakpoints will not be invoked.  &lt;br&gt; &lt;br&gt;&lt;br&gt;Actually attempting to debug the first add-in will also fail but this scenario more closely approximates the confusion I encountered.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;You may expect that since you “Uninstalled” the first add-in that there would be nothing remaining to prohibit installation and debugging of other add-ins even though the first add-in did cause an unexpected problem with debugging other add-ins.  This is not the case.  The first add-in must either be enabled using the Office Outlook Help menu as noted above or you must remove the addin entry at the following location in the registry:&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Resiliency\DisabledItems.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Any entry at this location will &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Even if the first add-in is uninstalled debugging will not work until the first add-in is either enabled using the Outlook Help menu or the entry in the Resiliency key is removed.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Thank you for helping me resolve this issue.  I spent 3 days trying to figure this out because I didn’t pay close enough attention to the notice at the time the add-in was first disabled.  That’s my fault.  But the fact that the debugger does not work for other add-ins if any add-in is in the disabled state is something I don’t think would be anticipated by most developers.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;____________________________ &lt;br&gt;Ron Cicotte &lt;br&gt;Data Architect/Application Developer &lt;br&gt;Email: ron.cicotte@summerstreet.net&lt;br&gt;Tel: (781) 820-1355&lt;br&gt;Web: &lt;a target="_new" href="http://www.summerstreet.com"&gt;http://www.summerstreet.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Debugging Outlook Add-ins doesn't work if you have disabled add-ins</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#105085</link><pubDate>Thu, 01 Apr 2004 00:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:105085</guid><dc:creator>Dan Crevier's Blog</dc:creator><description /></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#105616</link><pubDate>Thu, 01 Apr 2004 14:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:105616</guid><dc:creator>B.J.</dc:creator><description>I found your Blog while Googling.  The example works great.  Thanks for sharing.  I am new to c# and I only have Office 2k on my pc.  The one problem that I ran into was this error:&lt;br&gt;&lt;br&gt;Cannot implicitly convert type 'Office.CommandBars' to 'Microsoft.Office.Core.CommandBars'&lt;br&gt;&lt;br&gt;It turns out that my references were to Office 10.0 and Outlook 9.0.  I changed to Office 9.0 and replaced &amp;quot;Microsoft.Office.Core&amp;quot; with &amp;quot;Office&amp;quot; a few places in the code and it works super.  &lt;br&gt;&lt;br&gt;Now I'm off to explore the Outlook object model to try to get this application to do some useful things...</description></item><item><title>Outlook COM Add-ins and security prompts</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#106962</link><pubDate>Sat, 03 Apr 2004 08:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:106962</guid><dc:creator>Dan Crevier's Blog</dc:creator><description /></item><item><title>Creating Managed Outlook Buttons with Icons</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#115086</link><pubDate>Sat, 17 Apr 2004 06:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:115086</guid><dc:creator>Omar Shahine's WebLog</dc:creator><description /></item><item><title>re: Programming for Outlook using managed code is hard</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#120242</link><pubDate>Mon, 26 Apr 2004 17:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:120242</guid><dc:creator>Omar Shahine's WebLog</dc:creator><description /></item><item><title>Hello World Outlook Add-In</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#121001</link><pubDate>Tue, 27 Apr 2004 15:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:121001</guid><dc:creator>William.Blog()</dc:creator><description /></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#141073</link><pubDate>Tue, 25 May 2004 10:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:141073</guid><dc:creator>Shelly</dc:creator><description>Your Artciles and Comments helped me finish my paper today, many thanks ! &lt;br&gt;&lt;br&gt;</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#172993</link><pubDate>Mon, 05 Jul 2004 03:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:172993</guid><dc:creator>Scott Allen</dc:creator><description>I've found invoking System.Diagnostics.Debugger.Launch() during OnConnect is an easier way to have the debugger ready before any interesting code executes. I think programming an AddIn from .NET could be much easier than it is: &lt;a target="_new" href="http://odetocode.com/Blogs/scott/archive/2004/07/04/294.aspx"&gt;http://odetocode.com/Blogs/scott/archive/2004/07/04/294.aspx&lt;/a&gt;.</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#177891</link><pubDate>Fri, 09 Jul 2004 01:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:177891</guid><dc:creator>Rob</dc:creator><description>Am I barking up the wrong tree with Outlook Add-ins? I need to present a custom set of folders and display my app records (i.e. DB records) in the same list-view area where e-mails are displayed. Essentially, use the Outlook UI for my data with some drag/drop interaction with Outlook. Are Outlook Add-ins the key? Or do I simulate a MAPI server?</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#177949</link><pubDate>Fri, 09 Jul 2004 03:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:177949</guid><dc:creator>Dan Crevier</dc:creator><description>To be honest, I'm not sure how to do it. I think the only way to do it through an add-in would be to create Outlook items corresponding to each of your database records. That probably wouldn't be a good way to go.</description></item><item><title>re: Hello Word Outlook Add-In using C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#192313</link><pubDate>Fri, 23 Jul 2004 09:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:192313</guid><dc:creator>TristanK</dc:creator><description>I think the comment above this one might be considered comment spam :)&lt;br&gt;&lt;br&gt;I was starting to pull tufts of hair out - for some reason, any Extensibility project for Office that I started on my Work machine would fail miserably as soon as it got near a CommandBar - catching the exception gave me &amp;quot;Object reference not set to an instance of the object&amp;quot;.&lt;br&gt;&lt;br&gt;Based on random experimentation after reading the comments here, I removed the default &amp;quot;Office&amp;quot; reference (put there by the Wizard) from the project references (leaving just Outlook and Microsoft.Office.Core listed) , and *blammo*, it now works!&lt;br&gt;&lt;br&gt;So thanks for helping, I hope this helps someone!</description></item><item><title>Creating Managed Outlook Buttons with Icons</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#389192</link><pubDate>Tue, 08 Mar 2005 09:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:389192</guid><dc:creator>shahine.com/omar/</dc:creator><description /></item><item><title>GWS Application: Part 1</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#443097</link><pubDate>Mon, 25 Jul 2005 22:28:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:443097</guid><dc:creator>hughpyle</dc:creator><description>Almost ready to write some code to call Groove Web Services now.&lt;br&gt;My aim is to create an Outlook addin,...</description></item><item><title>GWS Application: Part 1</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#443099</link><pubDate>Mon, 25 Jul 2005 22:30:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:443099</guid><dc:creator>hughpyle</dc:creator><description>Almost ready to write some code to call Groove Web Services now.&lt;br&gt;My aim is to create an Outlook addin,...</description></item><item><title>GWS Application: Part 1</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#443370</link><pubDate>Tue, 26 Jul 2005 16:08:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:443370</guid><dc:creator>hughpyle</dc:creator><description>Almost ready to write some code to call Groove Web Services now.&lt;br&gt;My aim is to create an Outlook addin,...</description></item><item><title>Outlook add-in in C#</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#585490</link><pubDate>Fri, 28 Apr 2006 01:11:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585490</guid><dc:creator>Mikel Berger</dc:creator><description>Here's a couple links to get started on an Outlook plugin for Google Calendar. Hello Word Outlook Add-In using C# Google Calendar Data API...</description></item><item><title>???????????????????????? - Outlook????????????????????????????????????100??????????????????(@IT)</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#2059767</link><pubDate>Mon, 09 Apr 2007 13:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2059767</guid><dc:creator>???????????????????????? - Outlook????????????????????????????????????100??????????????????(@IT)</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://osada.bz/PermaLink.aspx?guid=2756edfb-4135-4112-bedf-9442ef9eadf2"&gt;http://osada.bz/PermaLink.aspx?guid=2756edfb-4135-4112-bedf-9442ef9eadf2&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Re: Outlook</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#8568031</link><pubDate>Sun, 01 Jun 2008 21:31:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8568031</guid><dc:creator>Channel 9</dc:creator><description>&lt;p&gt;I've blogged about this a bit. See&lt;/p&gt;
</description></item><item><title>zeroat.net  &amp;raquo; Blog Archiv   &amp;raquo; HowTo: Write an Outlook XP Add-In</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#8763934</link><pubDate>Tue, 22 Jul 2008 16:12:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8763934</guid><dc:creator>zeroat.net  &amp;raquo; Blog Archiv   &amp;raquo; HowTo: Write an Outlook XP Add-In</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.zeroat.net/2008/07/22/howto-write-an-outlook-xp-add-in/"&gt;http://blog.zeroat.net/2008/07/22/howto-write-an-outlook-xp-add-in/&lt;/a&gt;&lt;/p&gt;</description></item><item><title> Dan Crevier s Blog Hello Word Outlook Add In using C | Hair Growth Products</title><link>http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx#9713989</link><pubDate>Tue, 09 Jun 2009 11:25:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9713989</guid><dc:creator> Dan Crevier s Blog Hello Word Outlook Add In using C | Hair Growth Products</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hairgrowthproducts.info/story.php?id=4574"&gt;http://hairgrowthproducts.info/story.php?id=4574&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>