<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Desi Penguin’s Blog &#187; outlook</title>
	<atom:link href="http://desipenguin.com/techblog/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://desipenguin.com/techblog</link>
	<description>Open source, Tech Tips, Reviews, Tutorials and more …</description>
	<lastBuildDate>Thu, 12 Jan 2012 18:16:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ginko: Quick note taking with Outlook</title>
		<link>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/</link>
		<comments>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:10:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2006/07/18/ginko-quick-note-taking-with-outlook/</guid>
		<description><![CDATA[I came across this really neat tool for quick note taking. It is called Ginko (after Ginko Biloba which is memory enhancer herb)
I had downloaded it earlier, gave it a try and realized that I am not using it the way it is to be used, so I stopped using it for few months. Then [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this really neat tool for quick note taking. It is called Ginko (after Ginko Biloba which is memory enhancer herb)</p>
<p>I had downloaded it earlier, gave it a try and realized that I am not using it the way it is to be used, so I stopped using it for few months. Then after a while I really need to create a @TODO folder in Outlook so that I can track my action items. I started moving the emails which required  some action from my side into this folder. But quickly I realized that there are action items originating outside the emails. I had thought of writing an email and send it to myself,that is when I remembered that I know of a tool which does exactly same thing.</p>
<p>But I couldn&#8217;t remember the name of the application, so I searched my machine using X1, trusty desktop search engine. After couple of combination of search terms, I was able to find it in my download folder. Rest was easy. I had used it earlier, so I knew I needed to edit the .hta file to point it to correct Folders. As soon as I was done, I was able to jot down the next TODO item. It was that easy.</p>
<p>More about this tool at the author&#8217;s page <a href="http://www.wynia.org/wordpress/2006/02/08/outlook-quick-notes-with-hta-javascript-and-autohotkey-ginko/">here</a>.</p>
<p><em><span style="color:#808080;">Originally Published on <span>Jul 18, 2006</span></span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Not forget attachment or subject line using Outlook macro</title>
		<link>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/</link>
		<comments>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 07:18:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/</guid>
		<description><![CDATA[Following VBA code will remind you if you are sending an email with empty subject line, or when you forget the attachment. It checks mail body for word &#8220;attach&#8221; and then confirms if something is really attached. If you attachment is missing, it will pop-up a dialog box.
The setup

In your Outlook 2003, invoke Visual Basic [...]]]></description>
			<content:encoded><![CDATA[<p>Following VBA code will remind you if you are sending an email with empty subject line, or when you forget the attachment. It checks mail body for word &#8220;attach&#8221; and then confirms if something is really attached. If you attachment is missing, it will pop-up a dialog box.</p>
<h3><span id="more-16"></span>The setup</h3>
<ol>
<li>In your Outlook 2003, invoke Visual Basic Editor, either by pressing Alt+F11, or navigating the menu as &#8220;Tools-&gt;Macro-&gt;Visual Basic Editor&#8221;</li>
<li>In the Left hand side &#8220;Project&#8221; panel, make sure entry named &#8220;ThisOutlookSession&#8221; is highlighted.</li>
<li>Copy paste the code given below in the Right hand side Panel.</li>
<li>Exit out of VB Editor by either Alt+Q or by navigating the menu item File-&gt;Close.</li>
</ol>
<h3>Security</h3>
<ol>
<li>Make sure that the security is set to &#8220;High&#8221; (Tools-&gt;Macro-&gt;Security)</li>
<li>The changes we made will NOT work with High security, so we need to &#8220;certify&#8221; our code, so that it always works.</li>
<li>Invoke &#8220;selfcert.exe&#8221; from &#8220;C:\\Program Files\\Microsoft Office\\OFFICE11\\SELFCERT.EXE&#8221;</li>
<li>In the dialog that pops up, Type your name.</li>
<li>Go back to Visual Basic Editor (Alt+F11 from Outlook)</li>
<li>Navigate to Tools-&gt;Digital Signature.</li>
<li>Click &#8220;Choose&#8221;</li>
<li>Select your name, Click &#8220;OK&#8221;</li>
<li>Click &#8220;OK&#8221; to come out of &#8220;Digital Signature&#8221; dialog.</li>
<li>Exit out of VB Editor (Alt+Q)</li>
</ol>
<h3>Activating the Macro</h3>
<ol>
<li>Restart your Outlook</li>
<li>When asked about macros, select &#8220;Enable Macros&#8221;</li>
</ol>
<h3><span style="font-weight:bold;">Test<br />
</span></h3>
<ol>
<li>Try sending an email with empty subject to yourself, to test if everything works.</li>
<li>Type &#8220;attach&#8221; or &#8220;attached&#8221; in email body and send email to yourself without actually attaching any file.</li>
</ol>
<h3>.. finally &#8220;The Code&#8221;</h3>
<p>Please refer to my earlier post <a href="http://desipenguin.wordpress.com/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Outlook Macro source code</title>
		<link>http://desipenguin.com/techblog/2006/07/20/outlook-macro-source-code/</link>
		<comments>http://desipenguin.com/techblog/2006/07/20/outlook-macro-source-code/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 01:34:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2006/07/20/outlook-macro-source-code/</guid>
		<description><![CDATA[
This post is created only for the code, so that I can keep updating it.
The instructions are in the other post.
I do not take credit for this code. Original code for Attachment reminder available here.
I merely combined this with Reminder for missing subject. Similar code is available easily just by Googling.

*Update: Outlook counts files used [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>This post is created only for the code, so that I can keep updating it.</li>
<li>The instructions are in the <a href="http://desipenguin.wordpress.com/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/" target="_blank">other post</a>.</li>
<li>I do not take credit for this code. Original code for Attachment reminder available <a href="http://mark.bird.googlepages.com/home">here</a>.</li>
<li>I merely combined this with Reminder for missing subject. Similar code is available easily just by Googling.</li>
</ul>
<p><em>*Update: Outlook counts files used in Signatures as attachments. see <a href="http://mark.bird.googlepages.com/home">here</a>. </em></p>
<p><span id="more-14"></span></p>
<pre>Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim strSubject As String
Dim m As Variant
Dim strBody As String
Dim intIn As Integer, intAttachCount As Integer
Dim x As Integer

intAttachCount = 0

strBody = LCase(Item.Body)
intIn = InStr(1, strBody, "original message")
If intIn = 0 Then
    intIn = Len(strBody)
    intIn = InStr(1, Left(strBody, intIn), "attach")
    If intIn &gt; 0 Then

        For x = 1 To Item.Attachments.Count
            If LCase(Item.Attachments.Item(x).DisplayName)  "picture (metafile)" Then
                intAttachCount = intAttachCount + 1
            End If
        Next

        If intAttachCount = 0 Then

            m = MsgBox("It appears that you mean to send an attachment," &amp; vbCrLf &amp; "but there is no attachment to this message." &amp; vbCrLf &amp; vbCrLf &amp; "Do you still want to send?", vbQuestion + vbYesNo + vbMsgBoxSetForeground)

            If m = vbNo Then
                Cancel = True
                Exit Sub
            End If
        End If
    End If
End If

strSubject = Item.Subject
If Len(Trim(strSubject)) = 0 Then
    Prompt$ = "Subject is Empty. Are you sure you want to send the Mail?"
    If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, "Check for Subject") = vbNo Then
        Cancel = True
    End If
End If

End Sub</pre>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2006/07/20/outlook-macro-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

