<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx</link><description>John Durant recently blogged about his macro to create a task from an e-mail. I thought that was a great idea, so I modified it a bit to suit my purposes. I frequently take an item from my inbox and Edit | Move to Folder and move it to the tasks folder,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#65609</link><pubDate>Sat, 31 Jan 2004 21:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:65609</guid><dc:creator>Colin Walker</dc:creator><description>This works a treat. I saw the original but I like what you've done with it.&lt;br&gt;&lt;br&gt;This is now on my toolbar :o)</description></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#65626</link><pubDate>Sat, 31 Jan 2004 21:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:65626</guid><dc:creator>Colin Walker</dc:creator><description>Although, I must admit I removed &amp;quot;olItem.Delete&amp;quot; as I prefer to keep the original mails ;o)</description></item><item><title>Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#65642</link><pubDate>Sun, 01 Feb 2004 01:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:65642</guid><dc:creator>CTL-F5</dc:creator><description /></item><item><title>Slight modification to make </title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#66420</link><pubDate>Tue, 03 Feb 2004 03:52:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:66420</guid><dc:creator>KC on Exchange and Outlook</dc:creator><description /></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#67729</link><pubDate>Thu, 05 Feb 2004 02:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:67729</guid><dc:creator>Steve Downs</dc:creator><description>I have to ask, what is wrong with drag and drop? &lt;br&gt;&lt;br&gt;Drag e-mail to tasks, task opens click the reminder check box, click (and hold) on the down arrow for the time and keep holding the button down  below the bottom of the dropdown time list list untill it scrolls to the time you want, slide mouse to highlight let go and click save and close. Push your delete key to delete the e-mail. That takes less that 3 seconds. &lt;br&gt;&lt;br&gt;I supose if you really want the cool macro button that's ok but drag and drop is easy too.&lt;br&gt;&lt;br&gt;By the way the junk mail filter on Outlook 2003 Rocks. The team that came up with it ought to get a big promotion. I spent about 4-5 days using Outlook and marking what I didn't want. I seldom receive an junk e-mail now. Good Job&lt;br&gt;&lt;br&gt;Oh and while I'm at it hiding the graphics in the messages untill you want to show them is an awesome feature too. </description></item><item><title>Blogging warm fuzzies</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#72103</link><pubDate>Fri, 13 Feb 2004 00:56:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:72103</guid><dc:creator>KC on Exchange and Outlook</dc:creator><description /></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#168488</link><pubDate>Tue, 29 Jun 2004 09:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:168488</guid><dc:creator>Peter Duckett</dc:creator><description>I like what you have done with the code very smart!! but will it add file attacements as well as the email to the task as well as i have been havin problems doing this!! thanks peter </description></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#169731</link><pubDate>Wed, 30 Jun 2004 13:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:169731</guid><dc:creator>Peter Duckett</dc:creator><description>What i meant to say is how can i just copy the email inot a task in the same format without putting it into an attachments</description></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#169805</link><pubDate>Wed, 30 Jun 2004 14:48:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:169805</guid><dc:creator>KC Lemson</dc:creator><description>Peter: I haven't tried it out, but I suspect something like this would work:&lt;br&gt;&lt;br&gt;Replace this:&lt;br&gt;&lt;br&gt;    olTask.Attachments.Add olItem&lt;br&gt;&lt;br&gt;With:&lt;br&gt;&lt;br&gt;    olTask.body = oltask.body &amp;amp; vbcrlf &amp;amp; olitem.body</description></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#170721</link><pubDate>Thu, 01 Jul 2004 10:02:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:170721</guid><dc:creator>Peter Duckett</dc:creator><description>Thank you for you last comment that worked fine i was able to copy the emails body into an task easy enough using that but i would i would like to copy the attachments over too in the same position that it was placed.&lt;br&gt;I had tryied this code which copys the attacment and then adds it to the task supposed to be in the same position but it seems it comes out completly random placement left or right to where its supposed to be&lt;br&gt;&lt;br&gt;OlOrig.Attachments.Item(i).SaveAsFile &amp;quot;C:\&amp;quot; &amp;amp; OlOrig.Attachments.Item(i).DisplayName&lt;br&gt;objattachments.Add &amp;quot;C:\&amp;quot; &amp;amp; OlOrig.Attachments.Item(i).DisplayName, , OlOrig.Attachments.Item(i).position&lt;br&gt;Kill (&amp;quot;C:\&amp;quot; &amp;amp; OlOrig.Attachments.Item(i).DisplayName)&lt;br&gt;&lt;br&gt;If you could help just to copy over these attachments in the correct place i would be very happy thank you</description></item><item><title>re: Create a task from an email</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#172156</link><pubDate>Fri, 02 Jul 2004 23:01:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:172156</guid><dc:creator>KC Lemson</dc:creator><description>I don't have any expertise in what determines the insertion point of the attachment, sorry.</description></item><item><title>Create a task programatically in server-side</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#188737</link><pubDate>Tue, 20 Jul 2004 14:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:188737</guid><dc:creator>Narayanan Sankaranarayanan</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I am Narayanan Sankararanarayanan.&lt;br&gt;&lt;br&gt;We have a web-based application that has reminders for users.&lt;br&gt;These reminders popup as long as they are in the web-based application. We have Outlook as our corporate email client.&lt;br&gt;We want these reminders to be part of outlook/exchange.&lt;br&gt;&lt;br&gt;Here is my question: How will you create a task for somebody? It should look like that person by him/herself has created the task.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;Narayanan Sankararanarayanan&lt;br&gt;</description></item><item><title>Writing VBA in Outlook</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#252929</link><pubDate>Fri, 05 Nov 2004 18:50:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:252929</guid><dc:creator>Thom Allen</dc:creator><description /></item><item><title>re: Writing VBA in Outlook</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#252931</link><pubDate>Fri, 05 Nov 2004 18:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:252931</guid><dc:creator>Thom Allen</dc:creator><description /></item><item><title>
Outlook Item to Task Macro ?? Stuff I want to remember</title><link>http://blogs.technet.com/kclemson/archive/2004/01/31/create-a-task-from-an-email.aspx#1326580</link><pubDate>Fri, 22 Jun 2007 23:11:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1326580</guid><dc:creator>
Outlook Item to Task Macro ?? Stuff I want to remember</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.johnplummer.com/tools/outlook-item-to-task-macro.html"&gt;http://www.johnplummer.com/tools/outlook-item-to-task-macro.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>