<?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: Outlook Hack : Empty subject warning</title>
	<atom:link href="http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/</link>
	<description>» It’s all about Ankit and Web! «</description>
	<lastBuildDate>Sun, 29 Apr 2012 08:36:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alex</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-847</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 25 Aug 2010 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-847</guid>
		<description>For those getting the error message:  Replace the “ ” with &quot; &quot; (double quotes).</description>
		<content:encoded><![CDATA[<p>For those getting the error message:  Replace the “ ” with &#8221; &#8221; (double quotes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karuppiah</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-786</link>
		<dc:creator>Karuppiah</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-786</guid>
		<description>Hi,

     The information is really helpful and I am now feeling happy that the given code remaind me incase if I miss to enter the Subject.

    Really Nice!Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>     The information is really helpful and I am now feeling happy that the given code remaind me incase if I miss to enter the Subject.</p>
<p>    Really Nice!Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-180</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Fri, 08 May 2009 11:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-180</guid>
		<description>Use this code:

Answer = MsgBox(&quot;Subject field is empty. Do you still want to send the e-mail?&quot;, vbYesNo + vbQuestion, &quot;Missing subject&quot;)


Its working for me.</description>
		<content:encoded><![CDATA[<p>Use this code:</p>
<p>Answer = MsgBox(&#8220;Subject field is empty. Do you still want to send the e-mail?&#8221;, vbYesNo + vbQuestion, &#8220;Missing subject&#8221;)</p>
<p>Its working for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-179</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-179</guid>
		<description>Hi,

Cen any one help, using Daniel&#039;s VB code I&#039;m getting an error message about this line:
Answer = MsgBox(”Subject field is empty. Do you still want to send the e-mail? “, vbYesNo + vbQuestion, “Missing subject”)

using Outlook 2007 - this is such an annoying thing, and on the Microsoft site they try and charge you for the solution!

Please help!
Kim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Cen any one help, using Daniel&#8217;s VB code I&#8217;m getting an error message about this line:<br />
Answer = MsgBox(”Subject field is empty. Do you still want to send the e-mail? “, vbYesNo + vbQuestion, “Missing subject”)</p>
<p>using Outlook 2007 &#8211; this is such an annoying thing, and on the Microsoft site they try and charge you for the solution!</p>
<p>Please help!<br />
Kim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David BalaÅ¾ic</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-178</link>
		<dc:creator>David BalaÅ¾ic</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-178</guid>
		<description>I used this in OL 2003 and it worked, but now it does not any more. Any idea why ?
The code is there in VB editor, but it does not work.

:-(</description>
		<content:encoded><![CDATA[<p>I used this in OL 2003 and it worked, but now it does not any more. Any idea why ?<br />
The code is there in VB editor, but it does not work.<br />
 <img src='http://ankitjain.info/ankit/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdfrank</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-177</link>
		<dc:creator>cdfrank</dc:creator>
		<pubDate>Tue, 09 Sep 2008 07:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-177</guid>
		<description>I solved The Outlook 2007 wersion. It works, but you have to check teh &quot; sign, because the above used is wrong.</description>
		<content:encoded><![CDATA[<p>I solved The Outlook 2007 wersion. It works, but you have to check teh &#8221; sign, because the above used is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdfrank</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-176</link>
		<dc:creator>cdfrank</dc:creator>
		<pubDate>Mon, 08 Sep 2008 13:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-176</guid>
		<description>The Outlook 2007 version of the makro does not work too</description>
		<content:encoded><![CDATA[<p>The Outlook 2007 version of the makro does not work too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-175</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 08 May 2008 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-175</guid>
		<description>Working code for Outlook 2007

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim Answer As String

If IsNull(Item.Subject) Or Len(Item.Subject) = 0 Then

    Answer = MsgBox(&quot;Subject field is empty. Do you still want to send the e-mail?     &quot;, vbYesNo + vbQuestion, &quot;Missing subject&quot;)

    If Answer = vbYes Then
        Cancel = False

    ElseIf Answer = vbNo Then
        Cancel = True

    End If

End If
End Sub</description>
		<content:encoded><![CDATA[<p>Working code for Outlook 2007</p>
<p>Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)<br />
Dim Answer As String</p>
<p>If IsNull(Item.Subject) Or Len(Item.Subject) = 0 Then</p>
<p>    Answer = MsgBox(&#8220;Subject field is empty. Do you still want to send the e-mail?     &#8220;, vbYesNo + vbQuestion, &#8220;Missing subject&#8221;)</p>
<p>    If Answer = vbYes Then<br />
        Cancel = False</p>
<p>    ElseIf Answer = vbNo Then<br />
        Cancel = True</p>
<p>    End If</p>
<p>End If<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pasha</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-174</link>
		<dc:creator>Pasha</dc:creator>
		<pubDate>Sat, 12 Apr 2008 04:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-174</guid>
		<description>Hi,
This piece of code does not work in Outlook 2007. It worked in Outlook 2003. My outlook security setting is set to Low only, but still this is not working.

Any pointers on this would be helpful. Pls reply to my id - shirazpasha@gmail.com

Regards,
Pasha</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This piece of code does not work in Outlook 2007. It worked in Outlook 2003. My outlook security setting is set to Low only, but still this is not working.</p>
<p>Any pointers on this would be helpful. Pls reply to my id &#8211; <a href="mailto:shirazpasha@gmail.com">shirazpasha@gmail.com</a></p>
<p>Regards,<br />
Pasha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emr</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/comment-page-1/#comment-173</link>
		<dc:creator>emr</dc:creator>
		<pubDate>Tue, 02 Oct 2007 12:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-173</guid>
		<description>useful hack, thank you.</description>
		<content:encoded><![CDATA[<p>useful hack, thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

