<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OfficeDeveloper.NET&#187; a-built-in-menu</title>
	<atom:link href="http://officedeveloper.net/tag/a-built-in-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 20:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Developing for Office and SharePoint Server 2010 (Christin Boyd)</title>
		<link>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/</link>
		<comments>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/#comments</comments>
		<pubDate>Fri, 01 May 2009 21:08:42 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-built-in-menu]]></category>
		<category><![CDATA[christin boyd]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/developing-for-office-and-sharepoint-server-2010-christin-boyd/</guid>
		<description><![CDATA[ I get a lot of questions about the future.  When will Visual Studio release?   First half of 2010]]></description>
			<content:encoded><![CDATA[<p> I get a lot of questions about the future.  When will Visual Studio release?   First half of 2010</p>
<p>View post: <br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd.aspx" title="Developing for Office and SharePoint Server 2010 (Christin Boyd)">Developing for Office and SharePoint Server 2010 (Christin Boyd)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)</title>
		<link>http://officedeveloper.net/2009/04/30/here-is-a-way-to-get-the-id-of-a-built-in-outlook-command-bar-menu-norm-estabrook/</link>
		<comments>http://officedeveloper.net/2009/04/30/here-is-a-way-to-get-the-id-of-a-built-in-outlook-command-bar-menu-norm-estabrook/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 22:09:27 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-built-in-menu]]></category>
		<category><![CDATA[Add Ins]]></category>
		<category><![CDATA[corresponding]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[following]]></category>
		<category><![CDATA[mage]]></category>
		<category><![CDATA[office 2003]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/here-is-a-way-to-get-the-id-of-a-built-in-outlook-command-bar-menu-norm-estabrook/</guid>
		<description><![CDATA[ Recently, a forum poster asked us how he could add a submenu item to a built-in menu item in Outlook.  Note that these are not controls that appear on the Ribbon of an Outlook item, but rather the menus that drop down from the top of the Outlook Explorer such as the View menu and the Tools menu. So one way to do this (In fact the only way that I know of) is to use the example shown in the following MSDN topic - How to: Add Custom Menus and Menu Items to Outlook . You can’t just use the example as is]]></description>
			<content:encoded><![CDATA[<p> Recently, a forum poster asked us how he could add a submenu item to a built-in menu item in Outlook.  Note that these are not controls that appear on the Ribbon of an Outlook item, but rather the menus that drop down from the top of the Outlook Explorer such as the View menu and the Tools menu. So one way to do this (In fact the only way that I know of) is to use the example shown in the following MSDN topic &#8211; How to: Add Custom Menus and Menu Items to Outlook . You can’t just use the example as is</p>
<p>Here is the original post:<br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/04/30/here-is-a-way-to-get-the-id-of-a-built-in-outlook-command-bar-menu-norm-estabrook.aspx" title="Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)">Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/30/here-is-a-way-to-get-the-id-of-a-built-in-outlook-command-bar-menu-norm-estabrook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

