<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Outlook Hack : Empty subject warning</title>
	<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning</link>
	<description>(ये मेरी लाईफ है)  »  It's all about Ankit ń Code ! «</description>
	<pubDate>Thu, 21 Aug 2008 20:38:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Daniel</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31783</link>
		<pubDate>Thu, 08 May 2008 14:17:44 +0000</pubDate>
		<guid>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31783</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(&#8221;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-31775</link>
		<pubDate>Sat, 12 Apr 2008 04:33:04 +0000</pubDate>
		<guid>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31775</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 - <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-31134</link>
		<pubDate>Tue, 02 Oct 2007 12:45:11 +0000</pubDate>
		<guid>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31134</guid>
					<description>useful hack, thank you.</description>
		<content:encoded><![CDATA[<p>useful hack, thank you.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Asrujit</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31123</link>
		<pubDate>Tue, 14 Aug 2007 17:58:07 +0000</pubDate>
		<guid>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning#comment-31123</guid>
					<description>Hello,
why every one after Hacking ?

well  if u look at the  site (Orkut) any one easily hack if  he has some  web  idea.

 you cna   do  what  u want   especally in  orkut. 
post images in scap, video in scrap,  add unlimited scrap, sensing  thousands  scrap to friend, add many friends ... all  u can do ...


yes its easy
but whats the use ?   &quot; simply waiste of  Time&quot;

check out my profile 
http://www.orkut.com/Home.aspx?xid=9787111520529965928
u will find may  such things ..  


get in touch</description>
		<content:encoded><![CDATA[<p>Hello,<br />
why every one after Hacking ?</p>
<p>well  if u look at the  site (Orkut) any one easily hack if  he has some  web  idea.</p>
<p> you cna   do  what  u want   especally in  orkut.<br />
post images in scap, video in scrap,  add unlimited scrap, sensing  thousands  scrap to friend, add many friends &#8230; all  u can do &#8230;</p>
<p>yes its easy<br />
but whats the use ?   &#8221; simply waiste of  Time&#8221;</p>
<p>check out my profile<br />
<a href='http://www.orkut.com/Home.aspx?xid=9787111520529965928' rel='nofollow'>http://www.orkut.com/Home.aspx?xid=9787111520529965928</a><br />
u will find may  such things ..  </p>
<p>get in touch
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
