<?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; code</title>
	<atom:link href="http://officedeveloper.net/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 00:50:00 +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>Attaching a File or an Outlook Item to an Outlook Message</title>
		<link>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/</link>
		<comments>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 16:30:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[a-contact-item]]></category>
		<category><![CDATA[a-slightly-more]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[corresponding]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[outlook 2010]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/attaching-a-file-or-an-outlook-item-to-an-outlook-message</guid>
		<description><![CDATA[ Attaching a file to a Microsoft Outlook mail item is one of the most popular customer actions in Outlook.   Naturally, many power users also ask how to do this programmatically. The Outlook object model provides the Attachment  object, Attachments.Add  method, and an Attachments property for each of the Outlook item objects  (for example, mail, appointment, contact, meeting, and task items), to support adding an attachment to an Outlook item]]></description>
			<content:encoded><![CDATA[<p> Attaching a file to a Microsoft Outlook mail item is one of the most popular customer actions in Outlook.   Naturally, many power users also ask how to do this programmatically. The Outlook object model provides the Attachment  object, Attachments.Add  method, and an Attachments property for each of the Outlook item objects  (for example, mail, appointment, contact, meeting, and task items), to support adding an attachment to an Outlook item</p>
<p><img src="" /></p>
<p>View original post here: <br />
<a target="_blank" href="http://blogs.msdn.com/b/officedevdocs/archive/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message.aspx" title="Attaching a File or an Outlook Item to an Outlook Message">Attaching a File or an Outlook Item to an Outlook Message</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 Sample: Open XML SDK 2.0 Code Snippets for Visual Studio 2010</title>
		<link>http://officedeveloper.net/2011/02/22/office-2010-sample-open-xml-sdk-2-0-code-snippets-for-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2011/02/22/office-2010-sample-open-xml-sdk-2-0-code-snippets-for-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 02:27:33 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[2-0-code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[install-the]]></category>
		<category><![CDATA[install-the-open]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open Xml]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[Post Office]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[snippets-for]]></category>
		<category><![CDATA[use-with]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Xml Code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/office-2010-sample-open-xml-sdk-2-0-code-snippets-for-visual-studio-2010/</guid>
		<description><![CDATA[Download this package to install the Open XML SDK 2.0 code snippets for use with Visual Studio 2010. ]]></description>
			<content:encoded><![CDATA[<p>Download this package to install the Open XML SDK 2.0 code snippets for use with Visual Studio 2010. </p>
<p>See the original post: <br />
<a target="_blank" href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/WW_ESGLyAck/details.aspx" title="Office 2010 Sample: Open XML SDK 2.0 Code Snippets for Visual Studio 2010">Office 2010 Sample: Open XML SDK 2.0 Code Snippets for Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/02/22/office-2010-sample-open-xml-sdk-2-0-code-snippets-for-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Accessing SharePoint 2010 Data with the Silverlight Client Object Model (Visual How To)</title>
		<link>http://officedeveloper.net/2011/02/15/sample-accessing-sharepoint-2010-data-with-the-silverlight-client-object-model-visual-how-to/</link>
		<comments>http://officedeveloper.net/2011/02/15/sample-accessing-sharepoint-2010-data-with-the-silverlight-client-object-model-visual-how-to/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[2010-managed]]></category>
		<category><![CDATA[client-object]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[shows-how]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[sites-from]]></category>
		<category><![CDATA[use-the]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[write-data]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/sample-accessing-sharepoint-2010-data-with-the-silverlight-client-object-model-visual-how-to/</guid>
		<description><![CDATA[Explore code that shows how to use the SharePoint 2010 managed client object model to read and write data in SharePoint sites from Silverlight applications.]]></description>
			<content:encoded><![CDATA[<p>Explore code that shows how to use the SharePoint 2010 managed client object model to read and write data in SharePoint sites from Silverlight applications.</p>
<p>View original here:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcsp14h2/Release/ProjectReleases.aspx?ReleaseId=5446" title="Sample: Accessing SharePoint 2010 Data with the Silverlight Client Object Model (Visual How To)">Sample: Accessing SharePoint 2010 Data with the Silverlight Client Object Model (Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/02/15/sample-accessing-sharepoint-2010-data-with-the-silverlight-client-object-model-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Code Metrics PowerTool 10.0</title>
		<link>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/</link>
		<comments>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:11:48 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[calculate-code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Code Excerpt]]></category>
		<category><![CDATA[Code Metrics]]></category>
		<category><![CDATA[Excerpt From]]></category>
		<category><![CDATA[line-utility]]></category>
		<category><![CDATA[metrics-for]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/visual-studio-code-metrics-powertool-10-0/</guid>
		<description><![CDATA[Command line utility to calculate code metrics for your .NET code. ]]></description>
			<content:encoded><![CDATA[<p>Command line utility to calculate code metrics for your .NET code. </p>
<p>Excerpt from: <br />
<a target="_blank" href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/3fP8xZAvZT0/details.aspx" title="Visual Studio Code Metrics PowerTool 10.0">Visual Studio Code Metrics PowerTool 10.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Creating a .NET Connectivity Assembly for Business Connectivity Services by Using Visual Studio 2010</title>
		<link>http://officedeveloper.net/2011/01/20/sample-creating-a-net-connectivity-assembly-for-business-connectivity-services-by-using-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2011/01/20/sample-creating-a-net-connectivity-assembly-for-business-connectivity-services-by-using-visual-studio-2010/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[english tiger]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/sample-creating-a-net-connectivity-assembly-for-business-connectivity-services-by-using-visual-studio-2010/</guid>
		<description><![CDATA[Explore the code as you learn to create a BDC model that uses BCS entities in Visual Studio to access a matrix in SQL Server. Author: Martin Harwar (Other)]]></description>
			<content:encoded><![CDATA[<p>Explore the code as you learn to create a BDC model that uses BCS entities in Visual Studio to access a matrix in SQL Server. Author: Martin Harwar (Other)</p>
<p>Read the original here:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcsp14ta/Release/ProjectReleases.aspx?ReleaseId=5301" title="Sample: Creating a .NET Connectivity Assembly for Business Connectivity Services by Using Visual Studio 2010">Sample: Creating a .NET Connectivity Assembly for Business Connectivity Services by Using Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/01/20/sample-creating-a-net-connectivity-assembly-for-business-connectivity-services-by-using-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Tip: Integrate Silverlight into an Access database</title>
		<link>http://officedeveloper.net/2010/11/17/power-tip-integrate-silverlight-into-an-access-database/</link>
		<comments>http://officedeveloper.net/2010/11/17/power-tip-integrate-silverlight-into-an-access-database/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 23:13:04 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[access 2010]]></category>
		<category><![CDATA[and-charts-]]></category>
		<category><![CDATA[basic-method]]></category>
		<category><![CDATA[browser-control]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[img-title]]></category>
		<category><![CDATA[shows-how]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[such-as-the]]></category>
		<category><![CDATA[use-other]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web browser control]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/power-tip-integrate-silverlight-into-an-access-database/</guid>
		<description><![CDATA[ Derrick VanArnam and Russell Fox have developed a sample Access database that shows how to integrate Silverlight into an Access database. ]]></description>
			<content:encoded><![CDATA[<p> Derrick VanArnam and Russell Fox have developed a sample Access database that shows how to integrate Silverlight into an Access database. </p>
<p><img src="" /></p>
<p>Original post: <br />
<a target="_blank" href="http://blogs.msdn.com/b/access/archive/2010/11/17/power-tip-integrate-silverlight-into-an-access-database.aspx" title="Power Tip: Integrate Silverlight into an Access database">Power Tip: Integrate Silverlight into an Access database</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/11/17/power-tip-integrate-silverlight-into-an-access-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows</title>
		<link>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/</link>
		<comments>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code gallery]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[workflows-and]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/</guid>
		<description><![CDATA[Explore the code as you learn to generate Excel spreadsheets inside SharePoint workflows and publish them to SharePoint sites.]]></description>
			<content:encoded><![CDATA[<p>Explore the code as you learn to generate Excel spreadsheets inside SharePoint workflows and publish them to SharePoint sites.</p>
<p>Go here to see the original: <br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcsp14ta/Release/ProjectReleases.aspx?ReleaseId=5130" title="Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows">Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus On: Social Computing in SharePoint 2010</title>
		<link>http://officedeveloper.net/2010/10/29/focus-on-social-computing-in-sharepoint-2010/</link>
		<comments>http://officedeveloper.net/2010/10/29/focus-on-social-computing-in-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[a-social-computing]]></category>
		<category><![CDATA[and-social]]></category>
		<category><![CDATA[and-watch]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[explore-code]]></category>
		<category><![CDATA[patterns-for]]></category>
		<category><![CDATA[point-online]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[Social Computing]]></category>
		<category><![CDATA[successfully-developing]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[Video Demonstration]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/focus-on-social-computing-in-sharepoint-2010/</guid>
		<description><![CDATA[Learn what's new in user profiles and social computing, explore code samples, read a blog post about SharePoint 2010 as a social computing platform, and watch a video demonstration.]]></description>
			<content:encoded><![CDATA[<p>Learn what&#8217;s new in user profiles and social computing, explore code samples, read a blog post about SharePoint 2010 as a social computing platform, and watch a video demonstration.</p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/sharepoint/aa905758.aspx" title="Focus On: Social Computing in SharePoint 2010">Focus On: Social Computing in SharePoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/10/29/focus-on-social-computing-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Creating SharePoint 2010 Sequential Workflows in Visual Studio 2010</title>
		<link>http://officedeveloper.net/2010/10/13/video-creating-sharepoint-2010-sequential-workflows-in-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2010/10/13/video-creating-sharepoint-2010-sequential-workflows-in-visual-studio-2010/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code gallery]]></category>
		<category><![CDATA[Document Library]]></category>
		<category><![CDATA[english tiger]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[how-to-video]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/video-creating-sharepoint-2010-sequential-workflows-in-visual-studio-2010/</guid>
		<description><![CDATA[Watch this visual how-to video as you step through defining a sequential workflow for a new SharePoint document library. ]]></description>
			<content:encoded><![CDATA[<p>Watch this visual how-to video as you step through defining a sequential workflow for a new SharePoint document library. </p>
<p>Read the rest here: <br />
<a target="_blank" href="http://www.microsoft.com/resources/msdn/en-us/office/media/video/sharepoint.html?cid=sharepoint-video&amp;VideoID=31cb63df-c640-4e32-983f-94a8bec9118b&amp;from=mscomsharepoint" title="Video: Creating SharePoint 2010 Sequential Workflows in Visual Studio 2010">Video: Creating SharePoint 2010 Sequential Workflows in Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/10/13/video-creating-sharepoint-2010-sequential-workflows-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)</title>
		<link>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/</link>
		<comments>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[a-query-using]]></category>
		<category><![CDATA[and-explore]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[function-call]]></category>
		<category><![CDATA[mcw technologies, llc.]]></category>
		<category><![CDATA[mvp]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[the-new]]></category>
		<category><![CDATA[using-the-new]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[watch-the-video]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/</guid>
		<description><![CDATA[Watch the video and explore the code as you learn to create a nested IIf function call when you design a query using the new Access 2010 Expression Builder. Author: Ken Getz (MVP)]]></description>
			<content:encoded><![CDATA[<p>Watch the video and explore the code as you learn to create a nested IIf function call when you design a query using the new Access 2010 Expression Builder. Author: Ken Getz (MVP)</p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/gg241307(Office.14).aspx" title="Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)">Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

