<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>OneNote Object Model</title><link>http://www.codeplex.com/onom/Project/ProjectRss.aspx</link><description>A managed code wrapper for the extensibility API for Microsoft Office OneNote 2007.  Allows users to use an object model to interact with the OneNote store.</description><item><title>New Post: Beginners Bits and Pieces</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=28206</link><description>&lt;div style="line-height: normal;"&gt;Excellent!&amp;nbsp; I know it's been awhile since you posted this, but I'd love to see the next phase of your work...&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
&lt;/div&gt;</description><author>JohnGuin</author><pubDate>Sat, 11 Oct 2008 16:03:32 GMT</pubDate><guid isPermaLink="false">New Post: Beginners Bits and Pieces 20081011040332P</guid></item><item><title>New Post: Thanks And How To Get Values?</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=30917</link><description>&lt;div style="line-height: normal;"&gt;Did you check out the Sudoku application?&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
&lt;/div&gt;</description><author>JohnGuin</author><pubDate>Sat, 11 Oct 2008 16:02:05 GMT</pubDate><guid isPermaLink="false">New Post: Thanks And How To Get Values? 20081011040205P</guid></item><item><title>New Post: Is Meta element exposed/available in Object Model/API?</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=31819</link><description>&lt;div style="line-height: normal;"&gt;The metadata nodes are simply nodes that OneNote itself do noes not.&amp;nbsp; It preserves them when the page is updated, but otherwise performs no operations on them.&lt;br&gt;
&lt;br&gt;
The text importer at http://blogs.msdn.com/johnguin/archive/2007/04/30/customer-feedback-results-in-another-powertoy.aspx has some META data embedded in the page.&amp;nbsp; Check out the source code there.&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
&lt;/div&gt;</description><author>JohnGuin</author><pubDate>Sat, 11 Oct 2008 16:01:07 GMT</pubDate><guid isPermaLink="false">New Post: Is Meta element exposed/available in Object Model/API? 20081011040107P</guid></item><item><title>New Post: Is Meta element exposed/available in Object Model/API?</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=31819</link><description>&lt;div style="line-height: normal;"&gt;In reviewing the OneNote xml spec (&lt;a href="http://msdn.microsoft.com/en-us/library/aa286798.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa286798.aspx&lt;/a&gt;) there is a Meta element that can be used at multiple levels of the hierarchy to add custom content/properties to the xml content that will not be displayed in the user interface. I am planning to use this to store extra information to allow me to synchronize OneNote content to other systems.&lt;br&gt;
&lt;br&gt;
Are these Meta tags part of the .NET OM? I haven't been able to identify them from looking in the code.&lt;br&gt;
&lt;br&gt;
Similarly, in the COM object model, there is a FindMeta method on the ApplicationClass. Is this used to find the Meta tags in the OneNote xml content, or is it a more general use method?
&lt;/div&gt;</description><author>rsocko</author><pubDate>Sat, 19 Jul 2008 02:08:01 GMT</pubDate><guid isPermaLink="false">New Post: Is Meta element exposed/available in Object Model/API? 20080719020801A</guid></item><item><title>New Post: Thanks And How To Get Values?</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=30917</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the great work on this object model.&amp;nbsp; I've been exploring it for a few hours now and I haven't figured out how the heck to simply get a value stored on the page.&amp;nbsp; I can navigate through the hierarchy just fine, but if I store some text on a note, how do I get it out, change it or add something new?&amp;nbsp; &lt;br&gt;
&lt;br&gt;
I'm sure it's something simple that I'm overlooking, maybe somebody can post a snippet?&lt;br&gt;
&lt;br&gt;
Thanks
&lt;/div&gt;</description><author>LoRez</author><pubDate>Sat, 05 Jul 2008 15:16:48 GMT</pubDate><guid isPermaLink="false">New Post: Thanks And How To Get Values? 20080705031648P</guid></item><item><title>Patch Uploaded: #1448</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/hoper'&gt;hoper&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;The final beta version of the sudoku addin&lt;/p&gt;</description><author>hoper</author><pubDate>Mon, 30 Jun 2008 22:04:35 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #1448 20080630100435P</guid></item><item><title>Commented Issue: Sudoku Add In</title><link>http://www.codeplex.com/onom/WorkItem/View.aspx?WorkItemId=4345</link><description>This is the spec for Sudoku for OneNote.  First draft written by Michelle.&lt;br /&gt;Comments: ** Comment from web user: callkathy ** &lt;p&gt;I found a bug. The new page for the sudoku puzzle always goes in the General section of the topmost notebook. This Jing shows what I first thought was happening &amp;#40;that the page was always going in the General section of Work Notebook&amp;#41;&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;5tmk3Ajjl&lt;/p&gt;&lt;p&gt;But in reality, the situation is that the puzzle will always go on a new page of the &amp;#34;General&amp;#34; section of the topmost notebook. IF there isn&amp;#39;t a general section, one is created. See this Jing for the bug in action&amp;#58;http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;py98mkmS&lt;/p&gt;&lt;p&gt;I hope that you can address this and let me know that it is fixed. I would like to blog about the tool. I have been waiting for someone to create a Sudoku for Add-in and I know that many of my blog readers have as well.&lt;/p&gt;&lt;p&gt;Ping me if you need more information or testing.&lt;/p&gt;&lt;p&gt;Kathy Jacobs&lt;br /&gt;OneNote MVP and blogger&lt;/p&gt;</description><author>callkathy</author><pubDate>Mon, 30 Jun 2008 21:34:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Sudoku Add In 20080630093424P</guid></item><item><title>Patch Uploaded: #1380</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/hoper'&gt;hoper&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This is the sudoku beta version.&lt;/p&gt;</description><author>hoper</author><pubDate>Fri, 13 Jun 2008 16:56:06 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #1380 20080613045606P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/hoper'&gt;hoper&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This is a preliminar version of sudoku addin, I still have some issues with the tables but at this time is functional.&lt;/p&gt;</description><author>hoper</author><pubDate>Wed, 28 May 2008 14:23:57 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080528022357P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/hoper'&gt;hoper&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This is my current Sudoku project.&lt;/p&gt;</description><author>hoper</author><pubDate>Thu, 22 May 2008 16:13:55 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080522041355P</guid></item><item><title>NEW POST: Beginners Bits and Pieces</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=28206</link><description>&lt;div style="line-height: normal;"&gt;I stumbled across ONOM after scouring all of the blogs trying to code things for onenote. As a VB.Net developer I converted most of the samples from c# and got a basic addon working. &lt;br&gt;
&lt;br&gt;
I started playing with ONOM yesterday and thought I'd document what I found as it may help others.&lt;br&gt;
&lt;br&gt;
Firstly I downloaded the zip of the source code and went straight to the new folder and loaded up with VS 2008 project. I built the solution to get the core libraries and the xml viewer.&lt;br&gt;
&lt;br&gt;
Once they were built I created a new project and added file references to: onenotecode.dll and onenoteframework.dll and then started hunting around within the xml viewer sample to try and figure out how things worked.&lt;br&gt;
&lt;br&gt;
First test and bit of code:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;Imports&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt; Microsoft.Office.OneNote
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;Public&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Class&lt;/span&gt;&lt;span style="font-size:13px"&gt; Form1
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Private&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Sub&lt;/span&gt;&lt;span style="font-size:13px"&gt; Button1_Click(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;ByVal&lt;/span&gt;&lt;span style="font-size:13px"&gt; sender &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;As&lt;/span&gt;&lt;span style="font-size:13px"&gt; System.Object, &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;ByVal&lt;/span&gt;&lt;span style="font-size:13px"&gt; e &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;As&lt;/span&gt;&lt;span style="font-size:13px"&gt; System.EventArgs) &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Handles&lt;/span&gt;&lt;span style="font-size:13px"&gt; Button1.Click
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Dim&lt;/span&gt;&lt;span style="font-size:13px"&gt; nb &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;As&lt;/span&gt;&lt;span style="font-size:13px"&gt; OneNoteNotebook
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;For&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Each&lt;/span&gt;&lt;span style="font-size:13px"&gt; nb &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;In&lt;/span&gt;&lt;span style="font-size:13px"&gt; OneNoteHierarchy.Current.Notebooks
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Console.WriteLine(&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;Notebooks - &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; &amp;amp; nb.Name)
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Next
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;End&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Sub
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;End&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Class
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
This itterated through the current open notebooks. :)&lt;br&gt;
&lt;br&gt;
As I work through the functionality I'll try and produce some class documentation.&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
&lt;br&gt;
Mark&lt;br&gt;
&lt;/div&gt;</description><author>mfleeson</author><pubDate>Thu, 22 May 2008 09:03:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Beginners Bits and Pieces 20080522090310A</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/alibabaoglan'&gt;alibabaoglan&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Update for One Note 2007 Simple Add-in &lt;/p&gt;</description><author>alibabaoglan</author><pubDate>Sun, 11 May 2008 18:43:45 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080511064345P</guid></item><item><title>Patch Applied</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=alibabaoglan'&gt;alibabaoglan&lt;/a&gt; has applied patch #1143.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;initial upload &lt;/p&gt;</description><author>alibabaoglan</author><pubDate>Wed, 23 Apr 2008 23:56:24 GMT</pubDate><guid isPermaLink="false">Patch Applied 20080423115624P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/onom/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=alibabaoglan'&gt;alibabaoglan&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Simple Addin For OneNote 2007&lt;/p&gt;</description><author>alibabaoglan</author><pubDate>Wed, 23 Apr 2008 23:55:03 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080423115503P</guid></item><item><title>NEW POST: Finding and manipulating flagged items</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=25902</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt; &lt;br /&gt;As far as I know, the API doesn't expose a search method for Tags, only findPages.  Searching for tags has a separate search box, so I don't thin you can search for tags through the FindPages API. If you could figure out a way to search for pages containing the the tag you want through the standard search box then you could use the FindPages call to do what you want.&lt;br /&gt; &lt;br /&gt;The only way around I can think of is create some sort of indexing service on your own. Let me know if you can figure something out - I am also looking for a way to search all pages for embedded files.  An idea I had was to maintain my own separate XML file; and updating it by comparing the lastModifiedTime on the pages. that way I need to build my XML once, and then only update for the pages which are changed. Still not as fast as the indexing service - but still better than  parsing all the files. The API is unfortunately a little limited :(.   &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>anirudhsaraf</author><pubDate>Sat, 19 Apr 2008 04:12:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Finding and manipulating flagged items 20080419041232A</guid></item><item><title>NEW POST: Finding and manipulating flagged items</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=25902</link><description>&lt;div class="wikidoc"&gt;
Yes, I meant Tagged.  The problem is speed.  My understanding is that when OneNote searches tags it is an indexed search.  exporting all to XML and then searching would be slow as you said.&lt;br /&gt;
&lt;/div&gt;</description><author>CodeGuy3422</author><pubDate>Wed, 16 Apr 2008 21:13:19 GMT</pubDate><guid isPermaLink="false">NEW POST: Finding and manipulating flagged items 20080416091319P</guid></item><item><title>NEW POST: Finding and manipulating flagged items</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=25902</link><description>&lt;div class="wikidoc"&gt;
What exactly do you mean by a flag? An outlook task or a Tag?  I don't think the ONOM supports them yet, so you'll have to get your hands dirty with the XML from the page. &lt;br /&gt; &lt;br /&gt;You can look at the page XML . For an outlook task it is something like&lt;br /&gt; &lt;br /&gt;&amp;lt;one:OE creationTime=&amp;quot;2008-04-16T18:59:48.000Z&amp;quot; lastModifiedTime=&amp;quot;2008-04-16T18:59:48.000Z&amp;quot; objectID=&amp;quot;{6575C543-594E-4863-940C-5FB55B7EB3D8}{70}{B0}&amp;quot; alignment=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;one:OutlookTask startDate=&amp;quot;2008-04-18T00:00:00.000Z&amp;quot; dueDate=&amp;quot;2008-04-18T00:00:00.000Z&amp;quot; guidTask=&amp;quot;{B2667F23-3481-49B0-9C90-6D959D6CCCAC}&amp;quot; completed=&amp;quot;false&amp;quot; disabled=&amp;quot;false&amp;quot; creationDate=&amp;quot;2008-04-16T18:59:44.000Z&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;one:T&amp;gt;&amp;lt;!&lt;a href="http://www.codeplex.com/onom/Wiki/View.aspx?title=CDATA%5bCheck%5d"&gt;CDATA[Check]&lt;/a&gt;&amp;gt;&amp;lt;/one:T&amp;gt;&lt;br /&gt;      &amp;lt;/one:OE&amp;gt;&lt;br /&gt;    &amp;lt;/one:OEChildren&amp;gt;&lt;br /&gt;  &amp;lt;/one:Outline&amp;gt;&lt;br /&gt; &lt;br /&gt;So I assume changing the completed to true, and pushing it back into OneNote should do what you want it to do. However it is going to be really slow if you have to get the XML from each page.&lt;br /&gt;
&lt;/div&gt;</description><author>anirudhsaraf</author><pubDate>Wed, 16 Apr 2008 19:05:16 GMT</pubDate><guid isPermaLink="false">NEW POST: Finding and manipulating flagged items 20080416070516P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/onom/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A managed code wrapper for the extensibility API for Microsoft Office OneNote 2007.  Allows users to use an object model to interact with the OneNote store.
&lt;br /&gt; &lt;br /&gt;Prerequisites:&lt;br /&gt;Any code editor of your choice. Visual Studio C# Express is a good choice.  Get it free at &lt;a href="http://www.microsoft.com/express/vcsharp/" class="externalLink"&gt;http://www.microsoft.com/express/vcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Install the codeplex client &lt;a href="http://www.codeplex.com/CodePlexClient/Release/ProjectReleases.aspx?ReleaseId=4423" class="externalLink"&gt;http://www.codeplex.com/CodePlexClient/Release/ProjectReleases.aspx?ReleaseId=4423&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;NUnit 2.4.3:  &lt;a href="http://www.nunit.org" class="externalLink"&gt;http://www.nunit.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Quick Start HowTo:&lt;/b&gt;&lt;br /&gt;0. Read the attached guide here &lt;a href="http://www.codeplex.com/onom/WorkItem/AttachmentDownload.ashx?WorkItemId=1910&amp;amp;FileAttachmentId=425" class="externalLink"&gt;http://www.codeplex.com/onom/WorkItem/AttachmentDownload.ashx?WorkItemId=1910&amp;amp;FileAttachmentId=425&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&amp;lt;or&amp;gt;&lt;br /&gt;1. Download the most recent changeset (16012as of 4/8-08)&lt;br /&gt;2. extract anywhere (suggestion is to use c:\onom)&lt;br /&gt;3. build the project, run the unit tests&lt;br /&gt;4. Add functionality, fix bugs (see the issue tracker tab)!&lt;br /&gt;5. When you are ready to check in, zip your files and on the source tab, upload a patch.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnGuin</author><pubDate>Mon, 14 Apr 2008 22:38:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080414103810P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/onom/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A managed code wrapper for the extensibility API for Microsoft Office OneNote 2007.  Allows users to use an object model to interact with the OneNote store.
&lt;br /&gt; &lt;br /&gt;Prerequisites:&lt;br /&gt;Any code editor of your choice ( Visual Studio C# Express is a good choice.  Get it free at &lt;a href="http://www.microsoft.com/express/vcsharp/%20)" class="externalLink"&gt;http://www.microsoft.com/express/vcsharp/ )&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;Install the codeplex client &lt;a href="http://www.codeplex.com/CodePlexClient/Release/ProjectReleases.aspx?ReleaseId=4423" class="externalLink"&gt;http://www.codeplex.com/CodePlexClient/Release/ProjectReleases.aspx?ReleaseId=4423&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;NUnit 2.4.3:  &lt;a href="http://www.nunit.org" class="externalLink"&gt;http://www.nunit.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Quick Start HowTo:&lt;/b&gt;&lt;br /&gt;0. Read the attached guide here &lt;a href="http://www.codeplex.com/onom/WorkItem/AttachmentDownload.ashx?WorkItemId=1910&amp;amp;FileAttachmentId=425" class="externalLink"&gt;http://www.codeplex.com/onom/WorkItem/AttachmentDownload.ashx?WorkItemId=1910&amp;amp;FileAttachmentId=425&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&amp;lt;or&amp;gt;&lt;br /&gt;1. Download the most recent changeset (16012as of 4/8-08)&lt;br /&gt;2. extract anywhere (suggestion is to use c:\onom)&lt;br /&gt;3. build the project, run the unit tests&lt;br /&gt;4. Add functionality, fix bugs (see the issue tracker tab)!&lt;br /&gt;5. When you are ready to check in, zip your files and on the source tab, upload a patch.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnGuin</author><pubDate>Mon, 14 Apr 2008 22:37:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080414103740P</guid></item><item><title>NEW POST: Finding and manipulating flagged items</title><link>http://www.codeplex.com/onom/Thread/View.aspx?ThreadId=25902</link><description>&lt;div class="wikidoc"&gt;
I am trying to figure out how to search for all items across all notebooks that have a specific flag (&amp;quot;open&amp;quot;).  I want to be able to get the items and later I want to update the type of flag (&amp;quot;closed&amp;quot;).  I need to do this in the .NET 2.0 version.  Any pointers?&lt;br /&gt;
&lt;/div&gt;</description><author>CodeGuy3422</author><pubDate>Mon, 14 Apr 2008 13:54:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Finding and manipulating flagged items 20080414015402P</guid></item></channel></rss>