<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Productivity</title>
        <link>http://mutable.net/blog/category/4.aspx</link>
        <description>thoughts about things that make life easier</description>
        <language>en-US</language>
        <copyright>David Jade</copyright>
        <managingEditor>blog@mutable.net</managingEditor>
        <generator>Subtext Version 1.9.5.176</generator>
        <item>
            <title>Vista/XP Virtual Desktop Manager</title>
            <link>http://mutable.net/blog/archive/2008/04/03/vistaxp-virtual-desktop-manager.aspx</link>
            <description>&lt;p&gt;There's a new virtual desktop manager available over at CodePlex, &lt;a href="http://www.codeplex.com/vdm" target="_blank"&gt;Vista/XP Virtual Desktop Manager&lt;/a&gt;. Prior to finding this one I used &lt;a href="http://www.astonshell.com/altdesk/" target="_blank"&gt;AltDesk&lt;/a&gt; on XP for years and it worked pretty good. On Vista however, I never got it to work properly. It lost windows and crashed a lot. These days I have multiple monitors on my main desktop machine but I still find virtual desktop managers useful for having separate 'workspaces' when I am multitasking on several things at once. They are also super useful on my laptop when I travel. I can have an email/Internet workspace and a development workspace and switch back and forth as necessary.&lt;/p&gt;  &lt;p&gt;This new one is by far the best one I have seen for Vista (or XP). Unlike AltDesk it has a very minimal UI, which I actually prefer. It allows up to 9 virtual desktops and has flexible hot-key assignment for all of the features. You can pull up the "switcher" which will show all of the virtual desktops at once and allows you to drag/drop windows between them. It supports 'sticky' applications which will show on all of the virtual desktops, which is really useful for things like the task manager, Vista's gadgets, etc... Another nice feature is that it supports live thumbnails on Vista as well as an Exposé-like application switcher. &lt;/p&gt;  &lt;p&gt;Vista/XP Virtual Desktop Manger is open source and seems to be actively worked on. At this point it is labeled an RC candidate but so far it seems pretty stable to me.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7e4664d0-2c74-4636-bd14-2fe29e05f5d9" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/Windows" rel="tag"&gt;Windows&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/XP" rel="tag"&gt;XP&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Vista" rel="tag"&gt;Vista&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/VirtualDesktopManager" rel="tag"&gt;VirtualDesktopManager&lt;/a&gt;&lt;/div&gt;&lt;img src="http://mutable.net/blog/aggbug/360.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Jade</dc:creator>
            <guid>http://mutable.net/blog/archive/2008/04/03/vistaxp-virtual-desktop-manager.aspx</guid>
            <pubDate>Thu, 03 Apr 2008 18:46:55 GMT</pubDate>
            <wfw:comment>http://mutable.net/blog/comments/360.aspx</wfw:comment>
            <comments>http://mutable.net/blog/archive/2008/04/03/vistaxp-virtual-desktop-manager.aspx#feedback</comments>
            <wfw:commentRss>http://mutable.net/blog/comments/commentRss/360.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to hyperlink to Microsoft Outlook messages</title>
            <link>http://mutable.net/blog/archive/2006/09/02/how_to_hyperlink_to_microsoft_outlook_messages.aspx</link>
            <description>&lt;p&gt;First, a little context on why I wanted to do this in the first place. If you just want to get the source code then just scroll down to the "The source code".&lt;/p&gt; &lt;p&gt;A fair number of the things that make it on to my ToDo list are messages that I receive in Outlook. I've been using Outlook's flags to mark these items for follow up so that I could keep track of them. I use a different colored flag that denotes its own meaning as defined by me. This way I can flag an item using a action type (ToDo, Deferred, Waiting For, etc...). This has worked fairly well for me but once I had a large number of items flagged in Outlook (did I mention that I am a procrastinator?) it didn't really help me keep track of the things I needed to keep track of in any meaningful way. All I could even see was the complete list of flagged items but I couldn't break it down further into projects or context.&lt;/p&gt; &lt;p&gt;To overcome this limitation I've recently started managing my ToDo list outside of Outlook in a program called &lt;a href="http://MyLifeOrganized.net" target="_blank"&gt;MyLifeOrganized&lt;/a&gt; (aka MLO) . MLO allows you to drag/drop Outlook items into MLO's task list. When you do this it creates a new MLO task using the subject of the dropped Outlook item for the task name. However MLO does something else really smart when you drag/drop an Outlook item. It not only put the text of the Outlook item into the notes, it will also create a hyperlink that will open up the original Outlook item when clicked. It does this by using Outlook's URL syntax which looks something like this:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Outlook:&amp;lt;entry_id&amp;gt;&lt;/strong&gt; where &amp;lt;entry_id&amp;gt; is an Outlook Entry ID&lt;/p&gt; &lt;p&gt;Windows naturally understands this form of URLs. If you click on one it will cause Outlook to open the item referenced. This has allowed me to take Outlook items and create MLO items simply by dragging them to the MLO task list. In most cases this feature in MLO does exactly what I want, take an Outlook message that I need to follow up on and place it into my ToDo list. However sometimes this isn't exactly what I want. Sometimes I just want to place a link to Outlook items in the notes of an existing MLO item. Unfortunately MLO doesn't support this but there is a way to do it if you willing to do a little macro work in Outlook.&lt;/p&gt; &lt;p&gt;&lt;em&gt;&lt;strong&gt;Update 6/4/2007:&lt;/strong&gt; If you are using Office 2007 then you will probably need to enable the Outlook URL protocol handler so that hyperlinks to mail messages work.To do this requires editing the registry. You simple need to create these registry keys (substituting your installation paths of course):&lt;/em&gt;&lt;/p&gt; &lt;blockquote&gt; &lt;li&gt;&lt;b&gt;HKEY_CLASSES_ROOT&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;&lt;strong&gt;outlook&lt;/strong&gt;&lt;br /&gt;(Default) = &lt;a href="Outlook Folders"&gt;URL:Outlook Folders&lt;/a&gt;&lt;br /&gt;URL Protocol&lt;b&gt;=&lt;/b&gt; ""  &lt;ul&gt; &lt;li&gt;&lt;b&gt;DefaultIcon&lt;/b&gt;&lt;br /&gt;(Default) = "C:\PROGRA~1\MICROS~2\OFFICE12\OUTLLIB.DLL,-9403"&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;shell&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;&lt;b&gt;open&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;&lt;b&gt;command&lt;/b&gt;&lt;br /&gt;(Default) = "C:\PROGRA~1\MICROS~2\OFFICE12\OUTLOOK.EXE" /select "%1"&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/blockquote&gt; &lt;h3&gt;The source code&lt;/h3&gt; &lt;p&gt;Below is the source for a two VB macros that can be added to Outlook. These macros will loop over all of the currently selected messages, getting the subject and Outlook EntryID for each message. With these two pieces of information they then build a string of text with the message's subject and its Outlook URL, each on their own line. It extends this text string for each selected message and places the resulting text string on the clipboard. The end result is one block of text that contains the message subject followed by the Outlook URL for each selected message. This text can then be pasted into any document that understands hyperlinks. This includes the notes of MLO items as well as all of the other Microsoft Office applications. This macro will work with multiple items selected in the main Outlook window as well as from the opened window of a single Outlook message. To use it, simple invoke the CopyItemIDs() macro. You can bind this macro to a menu or toolbar button for easier access within Outlook.&lt;/p&gt; &lt;p&gt;&lt;em&gt;&lt;strong&gt;Note: &lt;/strong&gt;I should mention that if you are using Microsoft Exchange server, the message Entry ID can change on you and break any existing Outlook URLs. This unfortunately always happens if you move a message to another folder so if you plan on using this, only invoke this macro after you have moved the message to a new folder.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;&lt;strong&gt;Update: &lt;/strong&gt;There is just one more thing you must do before you run this script. You need to include a reference to FM20.dll, which is the Forms 2.0 library. This will allow you to use the DataObject to manipulate the clipboard. Thanks to 'Some Guy' who pointed this omission out.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt; &lt;/p&gt;&lt;div class="wlWriterSmartContent" id="57F11A72-B0E5-49c7-9094-E3A15BD5B5E7:543d21a2-3d87-451c-a2d3-d9ff81ec2ae2" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; width: 496px; padding-top: 0px"&gt;&lt;pre style="background-color: white"&gt;&lt;div&gt;&lt;!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--&gt;&lt;span style="color: #0000ff"&gt;Sub&lt;/span&gt;&lt;span style="color: #000000"&gt; CopyItemIDs()
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt;&lt;span style="color: #000000"&gt; myOLApp &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; Application
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt;&lt;span style="color: #000000"&gt; myNameSpace &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; NameSpace
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt;&lt;span style="color: #000000"&gt; currentMessage &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; MailItem
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt;&lt;span style="color: #000000"&gt; ClipBoard &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;String&lt;/span&gt;&lt;span style="color: #000000"&gt;
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt;&lt;span style="color: #000000"&gt; DataO &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; DataObject
    
    &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; Housekeeping: set up the macro environment&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; myOLApp &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;CreateObject&lt;/span&gt;&lt;span style="color: #000000"&gt;(&lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt;Outlook.Application&lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt;)
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; myNameSpace &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; myOLApp.GetNamespace(&lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt;MAPI&lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt;)
    
    &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; Figure out if the active window is a list of messages or one message&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; in its own window&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;On&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Error&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;GoTo&lt;/span&gt;&lt;span style="color: #000000"&gt; QuitIfError    &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; But if there's a problem, skip it&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Select&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Case&lt;/span&gt;&lt;span style="color: #000000"&gt; myOLApp.ActiveWindow.Class
        &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; The active window is a list of messages (folder); this means there&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;        &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; might be several selected messages&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;        &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Case&lt;/span&gt;&lt;span style="color: #000000"&gt; olExplorer
            &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; build the clipboard string&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;            &lt;/span&gt;&lt;span style="color: #0000ff"&gt;For&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Each&lt;/span&gt;&lt;span style="color: #000000"&gt; currentMessage In myOLApp.ActiveExplorer.Selection
                ClipBoard &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; GetMsgDetails(currentMessage, ClipBoard)
            &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Next&lt;/span&gt;&lt;span style="color: #000000"&gt;
             
        &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; The active window is a message window, meaning there will only&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;        &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; be one selected message (the one in this window)&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;        &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Case&lt;/span&gt;&lt;span style="color: #000000"&gt; olInspector
            &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; build the clipboard string&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;            ClipBoard &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; GetMsgDetails(myOLApp.ActiveInspector.CurrentItem, _
                                         ClipBoard)
        &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; can't handle any other kind of window; anything else will be ignored&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;End&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Select&lt;/span&gt;&lt;span style="color: #000000"&gt;
    
QuitIfError:       &lt;/span&gt;&lt;span style="color: #008000"&gt;'&lt;/span&gt;&lt;span style="color: #008000"&gt; Come here if there was some kind of problem&lt;/span&gt;&lt;span style="color: #008000"&gt;
&lt;/span&gt;&lt;span style="color: #000000"&gt;    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; myOLApp &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Nothing&lt;/span&gt;&lt;span style="color: #000000"&gt;
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; myNameSpace &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Nothing&lt;/span&gt;&lt;span style="color: #000000"&gt;
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; currentMessage &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Nothing&lt;/span&gt;&lt;span style="color: #000000"&gt;

    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; DataO &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;New&lt;/span&gt;&lt;span style="color: #000000"&gt; DataObject
    DataO.Clear
    DataO.SetText ClipBoard
    DataO.PutInClipboard
    
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Set&lt;/span&gt;&lt;span style="color: #000000"&gt; DataO &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Nothing&lt;/span&gt;&lt;span style="color: #000000"&gt;

&lt;/span&gt;&lt;span style="color: #0000ff"&gt;End Sub&lt;/span&gt;&lt;span style="color: #000000"&gt;

&lt;/span&gt;&lt;span style="color: #0000ff"&gt;Function&lt;/span&gt;&lt;span style="color: #000000"&gt; GetMsgDetails(Item &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; MailItem, Details &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;String&lt;/span&gt;&lt;span style="color: #000000"&gt;) &lt;/span&gt;&lt;span style="color: #0000ff"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;String&lt;/span&gt;&lt;span style="color: #000000"&gt;

    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;If&lt;/span&gt;&lt;span style="color: #000000"&gt; Details &lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #000000"&gt;""&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;Then&lt;/span&gt;&lt;span style="color: #000000"&gt;
        Details &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; Details &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; vbCrLf
    &lt;/span&gt;&lt;span style="color: #0000ff"&gt;End&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #0000ff"&gt;If&lt;/span&gt;&lt;span style="color: #000000"&gt;
    Details &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; Details &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; Item.Subject &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; vbCrLf
    Details &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; Details &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt;Outlook:&lt;/span&gt;&lt;span style="color: #000000"&gt;"&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; Item.EntryID &lt;/span&gt;&lt;span style="color: #000000"&gt;+&lt;/span&gt;&lt;span style="color: #000000"&gt; vbCrLf

    GetMsgDetails &lt;/span&gt;&lt;span style="color: #000000"&gt;=&lt;/span&gt;&lt;span style="color: #000000"&gt; Details

&lt;/span&gt;&lt;span style="color: #0000ff"&gt;End Function&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:83f05d6c-7205-4f64-9c3e-d3f7d23b3158" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us tags: &lt;a href="http://del.icio.us/popular/Windows" rel="tag"&gt;Windows&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/VBA" rel="tag"&gt;VBA&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/automation" rel="tag"&gt;automation&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/Outlook" rel="tag"&gt;Outlook&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/scripting" rel="tag"&gt;scripting&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/productivity" rel="tag"&gt;productivity&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/GTD" rel="tag"&gt;GTD&lt;/a&gt;&lt;/div&gt;&lt;img src="http://mutable.net/blog/aggbug/10.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Jade</dc:creator>
            <guid>http://mutable.net/blog/archive/2006/09/02/how_to_hyperlink_to_microsoft_outlook_messages.aspx</guid>
            <pubDate>Sun, 03 Sep 2006 01:11:22 GMT</pubDate>
            <wfw:comment>http://mutable.net/blog/comments/10.aspx</wfw:comment>
            <comments>http://mutable.net/blog/archive/2006/09/02/how_to_hyperlink_to_microsoft_outlook_messages.aspx#feedback</comments>
            <slash:comments>13</slash:comments>
            <wfw:commentRss>http://mutable.net/blog/comments/commentRss/10.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Tip: Automatically tracking email responses</title>
            <link>http://mutable.net/blog/archive/2006/08/05/tip_automatically_tracking_email_responses.aspx</link>
            <description>&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt"&gt;&lt;font face="Georgia"&gt;Here’s a tip for tracking important email responses that you’re waiting for. Many email clients these days support flagging or labeling items as well as rules for processing items. I use Outlook as my email manager which has a robust set of rules and in the 2003 version, something called “search folders” which are saved searched that you can quickly access. Using Outlook I can set up folders to automatically sort all of my emails with a certain flag into one place for quick access. In my email system I use flags for managing the flow of “Next Actions” as defined in &lt;/font&gt;&lt;a href="http://www.43folders.com/2004/09/08/getting-started-with-getting-things-done/" target="_blank"&gt;&lt;font face="Georgia"&gt;GTD&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia"&gt; (Getting Things Done by &lt;/font&gt;&lt;a href="http://www.davidco.com" target="_blank"&gt;&lt;font face="Georgia"&gt;David Allen&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia"&gt;). Right now I have a fairly simple set of flags that I use, “Action”, “Deferred”, and “Waiting For”. Anything else that is not flagged is by default considered reference information (or completed actions if I have checked them off).&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt"&gt;&lt;font face="Georgia"&gt;The “Action” and “Deferred” flags are pretty self-explanatory; it means that there is an action (or possible future action) that I need to perform; usually something that takes more time than a quick response. “Waiting For” is also fairly self-explanatory but its use is sometimes a little more complicated in practice. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt"&gt;&lt;font face="Georgia"&gt;In most cases I use it to simple flag something that I am waiting for, such as flagging an order shipment email or flagging something important that someone has told me they would follow up on. Where it gets more complicated is when I need to track a request that I am sending to someone. In those cases I use a special rule to flag a copy of the item as “Waiting For”. In Outlook I have a rule set up that checks for emails that I have Cc’s to myself. When Outlook’s rule engine finds those items it marks them as read and flags them as “Waiting For”. Now whenever I want to track a request to someone, I just Cc myself on the request and a reminder will automatically be generated and filled in my “Waiting For” folder. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt"&gt;&lt;/span&gt; &lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:adfa2b94-46fc-4c6c-92eb-1bfa0b2e330e" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us tags: &lt;a href="http://del.icio.us/popular/GTD" rel="tag"&gt;GTD&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/productivity" rel="tag"&gt;productivity&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/lifehack" rel="tag"&gt;lifehack&lt;/a&gt;&lt;/div&gt;&lt;img src="http://mutable.net/blog/aggbug/5.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Jade</dc:creator>
            <guid>http://mutable.net/blog/archive/2006/08/05/tip_automatically_tracking_email_responses.aspx</guid>
            <pubDate>Sat, 05 Aug 2006 18:33:46 GMT</pubDate>
            <wfw:comment>http://mutable.net/blog/comments/5.aspx</wfw:comment>
            <comments>http://mutable.net/blog/archive/2006/08/05/tip_automatically_tracking_email_responses.aspx#feedback</comments>
            <wfw:commentRss>http://mutable.net/blog/comments/commentRss/5.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Mapping your mind</title>
            <link>http://mutable.net/blog/archive/2006/08/02/Mapping_your_mind.aspx</link>
            <description>&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;I’ve recently discovered a name (and a tool) for something that most of us do but that I didn’t know had a name. It’s called &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Mind_map"&gt;&lt;font face="Georgia"&gt;Mind Mapping&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia"&gt; and if you’ve written on a whiteboard chances are you’ve already done it. Mind Mapping in its simplest form is just writing down your thoughts in a visual way, i.e. text connected with lines and more text. The real discovery for me however was not that it had a name but rather that there are tools out that facilitate creating mind maps on a computer. The product I found is called &lt;/font&gt;&lt;a href="http://mindjet.com/"&gt;&lt;font face="Georgia"&gt;MindManager from MindJet&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia"&gt; and from what I can tell they seem to be the market leader and for good reason. They have a well designed and functional product equally on par with anything in Microsoft Office, which it can fully integrate with. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;While MindManager can be used with any PC the real beauty of this program is that it is probably the best TabletPC program out there, far better than anything Microsoft has ever produced. When installed on a TabletPC it has a special Pen mode that takes full advantage of all the features of a TabletPC including gestures. Creating mind maps this way is very fast and intuitive. You can insert text, drawings, make connections, etc… all with simple strokes of the TabletPC’s pen. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;So what does a MindManger mind map look like? Here’s a simple example (you can click on it for a larger view)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" align="center"&gt;&lt;font face="Georgia"&gt;&lt;a target="_blank" href="/blog/images/mutable_net/blog/MindManagerExample.jpg"&gt;&lt;img height="275" alt="" width="456" src="/blog/images/mutable_net/blog/MindManagerExampleSm.JPG" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;This is a very simple example of a mind map (there are many more in the MindJet.com online gallery) and in fact they can look just about anyway you like. There is an abundance of styles and images included that you can use to build mind maps. You can also link in live data from other sources (excel, outlook, databases, etc…). In addition to capturing text you can also insert hyperlinks to other maps or external sources. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;Besides just capturing thoughts and ideas you can use mind maps for all sorts of things like taking notes during a meeting or creating process flow diagrams or even creating dashboard type diagrams that link to other sources of information.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;After reading about it I was eager to try it but I waited until I had a good idea that I wanted to capture. I’ve always been unsatisfied with handwritten notes, both on paper and electronic especially when trying to capture complex thoughts. Usually I find that when I go back to them (if I can read them) I have a hard time recalling the thinking behind the notes. My notes just don’t seem as connected to my original thoughts or my original thought process. Some when my next big idea came along, I picked up Mind Manager and starting creating a mind map of it. I was amazed at how quickly I could capture thoughts and more importantly, relate them to one another. Rearranging my thoughts throughout the capture process was also easily done just by dragging things around. I found it far more effective at capturing and organizing my thoughts than paper. Running out of room for inserting new thoughts was just not an issue at all.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;The real test though came days later after I had captured my original thought stream and went back to try and decipher it. I found that my mind map notes made more sense to me than the chicken scratch I normally write down. I could see the connections between my thoughts much better than with my old note taking style. The best thing however was how easy it was to extend the map with new thoughts. As I drilled down deeper into my original notes adding new layers was by far easier than any other system of note taking I have ever used. It made me an instant convert. I would highly recommend giving it a try.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;&lt;font face="Georgia"&gt;MindManager is available for both the PC and Mac. You can download a free 21-day trial from &lt;/font&gt;&lt;a href="http://mindjet.com/"&gt;&lt;font face="Georgia"&gt;MindJet.com&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia"&gt;. Be warned though that it is not cheap, retailing at $350 for the Pro version (I got my copy for $275 on Ebay though).&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;&lt;font face="Georgia"&gt; &lt;/font&gt;&lt;/p&gt;&lt;img src="http://mutable.net/blog/aggbug/4.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Jade</dc:creator>
            <guid>http://mutable.net/blog/archive/2006/08/02/Mapping_your_mind.aspx</guid>
            <pubDate>Wed, 02 Aug 2006 23:27:55 GMT</pubDate>
            <wfw:comment>http://mutable.net/blog/comments/4.aspx</wfw:comment>
            <comments>http://mutable.net/blog/archive/2006/08/02/Mapping_your_mind.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mutable.net/blog/comments/commentRss/4.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>