<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Synchronize Outlook Task Lists with MindManager</title>
	<atom:link href="http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/</link>
	<description>Getting Things Done with MindManager</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:00:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ActivityOwner</title>
		<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/comment-page-1/#comment-14407</link>
		<dc:creator>ActivityOwner</dc:creator>
		<pubDate>Sat, 02 Apr 2011 00:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.activityowner.com/?p=404#comment-14407</guid>
		<description>The setup is now updated with references assuming that you are using Outlook 2010 and mindmanager 9.  If you are using different versions, you will need to adjust the references.</description>
		<content:encoded><![CDATA[<p>The setup is now updated with references assuming that you are using Outlook 2010 and mindmanager 9.  If you are using different versions, you will need to adjust the references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActivityOwner</title>
		<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/comment-page-1/#comment-14406</link>
		<dc:creator>ActivityOwner</dc:creator>
		<pubDate>Sat, 02 Apr 2011 00:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.activityowner.com/?p=404#comment-14406</guid>
		<description>Note that this script has embedded references to the OutLook Object model.  If you are using it with OutLook 2010, you need to go into the macro editor and select the Microsoft Outlook 14 Object Model.   I will update this in next setup released.  

It is also fully built into the MindReader2 ribbon add-in in a version-independent manner so that is likely the better route to follow if you are interested in this macro.</description>
		<content:encoded><![CDATA[<p>Note that this script has embedded references to the OutLook Object model.  If you are using it with OutLook 2010, you need to go into the macro editor and select the Microsoft Outlook 14 Object Model.   I will update this in next setup released.  </p>
<p>It is also fully built into the MindReader2 ribbon add-in in a version-independent manner so that is likely the better route to follow if you are interested in this macro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActivityOwner</title>
		<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/comment-page-1/#comment-13762</link>
		<dc:creator>ActivityOwner</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.activityowner.com/?p=404#comment-13762</guid>
		<description>Hi Craig -- The macro below will do what you want.  If you save it to a mmbas file you can use &quot;tools&quot;, &quot;macros&quot;, &quot;organize&quot; to add it to the topic context menu as a &quot;click right&quot; option.   This eliminates need for GyroQ.  It could be put in as a GyroQ tag but I&#039;ve run out of empty slots.

Sub Main
    Set taskstore = GetNamespace(&quot;MAPI&quot;).GetDefaultFolder(olFolderTasks)
    Set Task =CreateItem(olTaskItem)
    Task.Subject=activedocument.selection.primarytopic.text
    On Error Resume Next
    Task.Move(taskstore)
End Sub</description>
		<content:encoded><![CDATA[<p>Hi Craig &#8212; The macro below will do what you want.  If you save it to a mmbas file you can use &#034;tools&#034;, &#034;macros&#034;, &#034;organize&#034; to add it to the topic context menu as a &#034;click right&#034; option.   This eliminates need for GyroQ.  It could be put in as a GyroQ tag but I&#039;ve run out of empty slots.</p>
<p>Sub Main<br />
    Set taskstore = GetNamespace(&#034;MAPI&#034;).GetDefaultFolder(olFolderTasks)<br />
    Set Task =CreateItem(olTaskItem)<br />
    Task.Subject=activedocument.selection.primarytopic.text<br />
    On Error Resume Next<br />
    Task.Move(taskstore)<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Kennedy</title>
		<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/comment-page-1/#comment-13759</link>
		<dc:creator>Craig Kennedy</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.activityowner.com/?p=404#comment-13759</guid>
		<description>Love the new Mindreader script that allows me to send a task directly to Outllok Task List. Would love it if I could select a topic in Mindmanager and send it to Outlook tasks via GyroQ.

Craig</description>
		<content:encoded><![CDATA[<p>Love the new Mindreader script that allows me to send a task directly to Outllok Task List. Would love it if I could select a topic in Mindmanager and send it to Outlook tasks via GyroQ.</p>
<p>Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H. I .</title>
		<link>http://www.activityowner.com/2010/02/16/synchronize-outlook-task-lists-with-mindmanager/comment-page-1/#comment-13580</link>
		<dc:creator>H. I .</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.activityowner.com/?p=404#comment-13580</guid>
		<description>Looking forward to try this macro later today. Thanks! (Standard integration is cumbersome, this looks like a fine start!)</description>
		<content:encoded><![CDATA[<p>Looking forward to try this macro later today. Thanks! (Standard integration is cumbersome, this looks like a fine start!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

