<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Turning an Outlook Email into a ResultsManager Activity using ActiveWords and GyroActivator</title>
	<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/</link>
	<description>exploring the messy human elements of systems</description>
	<pubDate>Fri, 21 Nov 2008 05:19:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Mike Wilkerson</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-22701</link>
		<pubDate>Mon, 26 Nov 2007 18:01:41 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-22701</guid>
					<description>Here's an update to "turning an outlook email into a ResultsManager activity" saga.
http://nodeglue.com/blog/excited-about-mindreader/

This technique drops the use of ActiveWords altogether and incorporates GyroQ and MindReader.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an update to &#8220;turning an outlook email into a ResultsManager activity&#8221; saga.<br />
<a href='http://nodeglue.com/blog/excited-about-mindreader/' rel='nofollow'>http://nodeglue.com/blog/excited-about-mindreader/</a></p>
<p>This technique drops the use of ActiveWords altogether and incorporates GyroQ and MindReader.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike Wilkerson</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-10421</link>
		<pubDate>Tue, 14 Aug 2007 18:16:43 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-10421</guid>
					<description>Rob, I think your error message is coming from Outlook saying that it won't run your Macro.  This is an Outlook security feature.

If you go to the Tools menu, under Macro, and then Security..., you'll see your current security setting and you can change it.  Just to test if this is your probably, you might temporarily set it to Low, to allow all macros to run.

If that fixes the problem, you might consider changing the security setting to something higher that still works for you.  

I actually used the "Digital Certificate for VBA Projects" tool under Microsoft Office Tools on the Start menu to create my own digital certificate that I could then use to sign my own macro.  To sign the macro, in the VBA editor with the macro open, I selected "Digital Signature" from the Tools menu, and I selected the digital signature I'd created in the previous step.  Then I went into those macro security settings mentioned above, set it to High, and added my own certificate to the list of Trusted Publishers.

Again, if you can stomach low security settings, I think you could just turn them off and not hassle with all of this.  I can't, so I jumped through the hoops to make it work.</description>
		<content:encoded><![CDATA[<p>Rob, I think your error message is coming from Outlook saying that it won&#8217;t run your Macro.  This is an Outlook security feature.</p>
<p>If you go to the Tools menu, under Macro, and then Security&#8230;, you&#8217;ll see your current security setting and you can change it.  Just to test if this is your probably, you might temporarily set it to Low, to allow all macros to run.</p>
<p>If that fixes the problem, you might consider changing the security setting to something higher that still works for you.  </p>
<p>I actually used the &#8220;Digital Certificate for VBA Projects&#8221; tool under Microsoft Office Tools on the Start menu to create my own digital certificate that I could then use to sign my own macro.  To sign the macro, in the VBA editor with the macro open, I selected &#8220;Digital Signature&#8221; from the Tools menu, and I selected the digital signature I&#8217;d created in the previous step.  Then I went into those macro security settings mentioned above, set it to High, and added my own certificate to the list of Trusted Publishers.</p>
<p>Again, if you can stomach low security settings, I think you could just turn them off and not hassle with all of this.  I can&#8217;t, so I jumped through the hoops to make it work.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rob grififth</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-9252</link>
		<pubDate>Sun, 29 Jul 2007 17:59:45 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-9252</guid>
					<description>Hi

I'm very interested in the outlook macro that creates the link to paste into gyroq. 
I've copied the code but get a message that macros are disabled in the host application. Any suggestions please</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m very interested in the outlook macro that creates the link to paste into gyroq.<br />
I&#8217;ve copied the code but get a message that macros are disabled in the host application. Any suggestions please
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike Wilkerson</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7780</link>
		<pubDate>Wed, 04 Jul 2007 05:19:25 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7780</guid>
					<description>Ken, I haven't tried any of this with Vista or Office 07.  But off the top of my head, I'm guessing Outlook 2007 does message URIs differently.  In my code, I take the EntryID of the message and prefix "Outlook:".   That's the way it works for Outlook 2003.  No idea how it might work in 2007.</description>
		<content:encoded><![CDATA[<p>Ken, I haven&#8217;t tried any of this with Vista or Office 07.  But off the top of my head, I&#8217;m guessing Outlook 2007 does message URIs differently.  In my code, I take the EntryID of the message and prefix &#8220;Outlook:&#8221;.   That&#8217;s the way it works for Outlook 2003.  No idea how it might work in 2007.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike Wilkerson</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7743</link>
		<pubDate>Tue, 03 Jul 2007 16:52:56 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7743</guid>
					<description>Sorry for the huge delay on getting back to you on this, Paul.  I'm not sure what the problem is for you, but I would troubleshoot it by verifying that you do, in fact, have permissions to access messages in the folder that this hyperlink points to.  

You can take an Outlook URL like that and go to Start-&gt;Run, paste the hyperlink into the run box, hit enter, and it should pull up the message.

Keep in mind that my code moves the message to a folder called "saved" that is a subfolder under the default Inbox folder.  If you have something different for your setup and haven't adjusted the macro for it, you should do so.</description>
		<content:encoded><![CDATA[<p>Sorry for the huge delay on getting back to you on this, Paul.  I&#8217;m not sure what the problem is for you, but I would troubleshoot it by verifying that you do, in fact, have permissions to access messages in the folder that this hyperlink points to.  </p>
<p>You can take an Outlook URL like that and go to Start->Run, paste the hyperlink into the run box, hit enter, and it should pull up the message.</p>
<p>Keep in mind that my code moves the message to a folder called &#8220;saved&#8221; that is a subfolder under the default Inbox folder.  If you have something different for your setup and haven&#8217;t adjusted the macro for it, you should do so.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ken Florian</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7309</link>
		<pubDate>Sat, 23 Jun 2007 16:40:13 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-7309</guid>
					<description>I desperately need to get this working in Vista / Office 07 and all the latest versions of activewords,activator,gyroq.....but the link that is created doesn't work...creating a hyperlink from the resultant clipboard in any office app generates a message:

"The address of this site is not valid.  Check the address and try again."

Any ideas on what might be 'broken' in my setup?

Thanks,

Ken</description>
		<content:encoded><![CDATA[<p>I desperately need to get this working in Vista / Office 07 and all the latest versions of activewords,activator,gyroq&#8230;..but the link that is created doesn&#8217;t work&#8230;creating a hyperlink from the resultant clipboard in any office app generates a message:</p>
<p>&#8220;The address of this site is not valid.  Check the address and try again.&#8221;</p>
<p>Any ideas on what might be &#8216;broken&#8217; in my setup?</p>
<p>Thanks,</p>
<p>Ken
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Paul Taylor</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-5884</link>
		<pubDate>Wed, 23 May 2007 16:20:13 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-5884</guid>
					<description>Hi

many thanks for posting this - I have managed to get all the way through to the link being inserted into a new topic in the intray - but - when I click the link I get a MindManager error message saying: "You do not have permission to access this file" followed by the hyperlink, which is:

Outlook:00000000D3FBD999B7C31F48AB9401CC2813FD6D44692700

Very grateful if you could point me in the right direction.

thanks in anticipation

best wishes

Paul</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>many thanks for posting this - I have managed to get all the way through to the link being inserted into a new topic in the intray - but - when I click the link I get a MindManager error message saying: &#8220;You do not have permission to access this file&#8221; followed by the hyperlink, which is:</p>
<p>Outlook:00000000D3FBD999B7C31F48AB9401CC2813FD6D44692700</p>
<p>Very grateful if you could point me in the right direction.</p>
<p>thanks in anticipation</p>
<p>best wishes</p>
<p>Paul
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: GyroQ: Top 20 Uses Revisited &#187; ActivityOwner.Com</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-2916</link>
		<pubDate>Wed, 21 Feb 2007 01:27:30 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-2916</guid>
					<description>[...] Mike W. has shared a method for turning a outlook email into a ResultsManager activity that provides a streamlined method for the outlook to ResultsManager trip [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Mike W. has shared a method for turning a outlook email into a ResultsManager activity that provides a streamlined method for the outlook to ResultsManager trip [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike Wilkerson</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-1432</link>
		<pubDate>Mon, 04 Dec 2006 17:15:10 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-1432</guid>
					<description>Ah, that's one thing I forgot to add to the code listing.  You must add a reference to the Microsoft Forms 2.0 library, which should be located at c:\windows\system32\fm20.dll.  I've updated the text of the blog and the text download file, adding a comment to that effect.  Thanks for catching that for me!</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s one thing I forgot to add to the code listing.  You must add a reference to the Microsoft Forms 2.0 library, which should be located at c:\windows\system32\fm20.dll.  I&#8217;ve updated the text of the blog and the text download file, adding a comment to that effect.  Thanks for catching that for me!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colin Horner</title>
		<link>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-1429</link>
		<pubDate>Mon, 04 Dec 2006 12:10:43 +0000</pubDate>
		<guid>http://nodeglue.com/blog/turning-an-outlook-email-into-a-resultsmanager-activity-using-activewords-and-gyroactivator/#comment-1429</guid>
					<description>Hi Mike,
Many thanks for this post.  Line "Dim objMsg As New DataObject" gives an error 'User defined type not defined' when I try this macro</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
Many thanks for this post.  Line &#8220;Dim objMsg As New DataObject&#8221; gives an error &#8216;User defined type not defined&#8217; when I try this macro
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
