<?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: Handy Outlook Attachment Reminder Macro</title>
	<atom:link href="http://manage-this.com/handy-outlook-attachment-reminder-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 10:08:13 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Jacob</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-51264</link>
		<dc:creator>Tim Jacob</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-51264</guid>
		<description>Thanks for the post. I see that it&#039;s been helping a lot of us for more than 3 years.

I was wondering if there&#039;s a way to retain this code between sessions. Something like a start-up batch that attaches this code to the current outlook session? What happens if i restart my system or something?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I see that it&#8217;s been helping a lot of us for more than 3 years.</p>
<p>I was wondering if there&#8217;s a way to retain this code between sessions. Something like a start-up batch that attaches this code to the current outlook session? What happens if i restart my system or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-46563</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-46563</guid>
		<description>Joshua - 

If I understand correctly, you don&#039;t want to trigger on embedded (OLE) attachments.  Once you detect that the attachment count is &gt; 0 you would have to step through each attachment to see if it is OLE vs. something else.   You could re-use some of the code in the &lt;a href=&quot;http://manage-this.com/strip-outlook-attachments-vba/&quot; rel=&quot;nofollow&quot;&gt;Outlook attachment stripper&lt;/a&gt; to check this.  Look for lines like &quot;If objAttachments.Item(1).Type &lt;&gt; olOLE Then&quot;

You might want to also alter the order of your checks in that case (check for attachments &gt; 0 first, then check to see if &quot;[SD]&quot; is missing, then (if missing) step through the attachments.

Hope that helps!

-Carl</description>
		<content:encoded><![CDATA[<p>Joshua &#8211; </p>
<p>If I understand correctly, you don&#8217;t want to trigger on embedded (OLE) attachments.  Once you detect that the attachment count is > 0 you would have to step through each attachment to see if it is OLE vs. something else.   You could re-use some of the code in the <a href="http://manage-this.com/strip-outlook-attachments-vba/">Outlook attachment stripper</a> to check this.  Look for lines like &#8220;If objAttachments.Item(1).Type <> olOLE Then&#8221;</p>
<p>You might want to also alter the order of your checks in that case (check for attachments > 0 first, then check to see if &#8220;[SD]&#8221; is missing, then (if missing) step through the attachments.</p>
<p>Hope that helps!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-46562</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-46562</guid>
		<description>Hi Anup - 

I think you can do this, and it would be a nice enhancement to the macro.  You can probably detect (and ignore) your own signature attachment using the attachment size, type (OLE, etc.), or exact filename.  If you look at my code for the &lt;a href=&quot;http://manage-this.com/strip-outlook-attachments-vba/&quot; rel=&quot;nofollow&quot;&gt;Outlook attachment stripper&lt;/a&gt;, you will see some examples of how to check for these parameters.  For example, I look for an attachment named &quot;Attachments Removed&quot; in that macro and skip the message if I find it.

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Anup &#8211; </p>
<p>I think you can do this, and it would be a nice enhancement to the macro.  You can probably detect (and ignore) your own signature attachment using the attachment size, type (OLE, etc.), or exact filename.  If you look at my code for the <a href="http://manage-this.com/strip-outlook-attachments-vba/">Outlook attachment stripper</a>, you will see some examples of how to check for these parameters.  For example, I look for an attachment named &#8220;Attachments Removed&#8221; in that macro and skip the message if I find it.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-46560</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-46560</guid>
		<description>Hi Sean - I am not seeing that behavior.  I&#039;m not sure why it would minimize the draft.  On both of my systems (Outlook 2003 and Outlook 2010) it always left the draft window in open / in place.  Which OS and which version of Outlook are you running?

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Sean &#8211; I am not seeing that behavior.  I&#8217;m not sure why it would minimize the draft.  On both of my systems (Outlook 2003 and Outlook 2010) it always left the draft window in open / in place.  Which OS and which version of Outlook are you running?</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-46558</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-46558</guid>
		<description>You could definitely use &quot;Check #2&quot; above as a starting point.  Just reverse the logic to look for the absence of something in the subject line.  Since you only want to check the subject and not the body, change

strBody = LCase(Item.Subject) &amp; LCase(Item.Body)

to:

strBody = LCase(Item.Subject)

and remove the next few lines that are looking for the word &quot;from:&quot; in the body.  Then, remove the other word checks that are looking for &quot;file&quot;, &quot;attach&quot;, etc. and just have one that contains your string:

If intIn = 0 Then intIn = InStr(1, strBody, &quot;298&quot;)

With this logic, a value of 0 should trigger a message, so change:

If intIn &gt; 0 And intAttachCount &lt;= intStandardAttachCount Then

to this:

If intIn = 0 Then

Note that you can remove the references to attachment counts if you are not using them.

There may be a few other changes required as well, but what you are asking can definitely be done.  The best way to learn is to do some hands-on experiments ;-)   Hope that helps!

-Carl</description>
		<content:encoded><![CDATA[<p>You could definitely use &#8220;Check #2&#8243; above as a starting point.  Just reverse the logic to look for the absence of something in the subject line.  Since you only want to check the subject and not the body, change</p>
<p>strBody = LCase(Item.Subject) &amp; LCase(Item.Body)</p>
<p>to:</p>
<p>strBody = LCase(Item.Subject)</p>
<p>and remove the next few lines that are looking for the word &#8220;from:&#8221; in the body.  Then, remove the other word checks that are looking for &#8220;file&#8221;, &#8220;attach&#8221;, etc. and just have one that contains your string:</p>
<p>If intIn = 0 Then intIn = InStr(1, strBody, &#8220;298&#8243;)</p>
<p>With this logic, a value of 0 should trigger a message, so change:</p>
<p>If intIn &gt; 0 And intAttachCount &lt;= intStandardAttachCount Then</p>
<p>to this:</p>
<p>If intIn = 0 Then</p>
<p>Note that you can remove the references to attachment counts if you are not using them.</p>
<p>There may be a few other changes required as well, but what you are asking can definitely be done.  The best way to learn is to do some hands-on experiments <img src='http://manage-this.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />    Hope that helps!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-46552</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 23 Dec 2011 23:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-46552</guid>
		<description>Got it - Thanks for sharing your mods!

-Carl</description>
		<content:encoded><![CDATA[<p>Got it &#8211; Thanks for sharing your mods!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-44992</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Tue, 13 Dec 2011 06:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-44992</guid>
		<description>Thanks a ton for this blog. I&#039;ve got a slightly different use case which I&#039;ve got working. I want to confirm (via message box) that every email that has an attachment has the text [SD] in the subject line. If [SD] is missing from emails with attachements, I want the messagebox to act as a confirmation. If there&#039;s no attachement, then I don&#039;t care what&#039;s in the subject line. The code I have is working fine. The only problem is it gives a false positive if there is an image or picture in the body of the email (or forward/reply). I tried to adapt some of your principles in this post but couldn&#039;t get it to work. Any chance you could lend a hand? Thanks again and God bless. 
-Joshua
Here&#039;s my code:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)

Dim strSubject As String
strSubject = Item.Subject

Dim intAttachCount As Integer
intAttachCount = Item.Attachments.Count

If intAttachCount &gt; 0 Then

If InStr(strSubject, &quot;[SD]&quot;) = 0 Then
Prompt$ = &quot;Email has an attachment and is not being sent via Secure Delivery. Are you sure you want to send the email?&quot;
If MsgBox(Prompt$, vbYesNo + vbCritical + vbMsgBoxSetForeground, &quot;Secure Delivery Check&quot;) = vbNo Then
Cancel = True
End If
End If
End If
End Sub</description>
		<content:encoded><![CDATA[<p>Thanks a ton for this blog. I&#8217;ve got a slightly different use case which I&#8217;ve got working. I want to confirm (via message box) that every email that has an attachment has the text [SD] in the subject line. If [SD] is missing from emails with attachements, I want the messagebox to act as a confirmation. If there&#8217;s no attachement, then I don&#8217;t care what&#8217;s in the subject line. The code I have is working fine. The only problem is it gives a false positive if there is an image or picture in the body of the email (or forward/reply). I tried to adapt some of your principles in this post but couldn&#8217;t get it to work. Any chance you could lend a hand? Thanks again and God bless.<br />
-Joshua<br />
Here&#8217;s my code:<br />
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)</p>
<p>Dim strSubject As String<br />
strSubject = Item.Subject</p>
<p>Dim intAttachCount As Integer<br />
intAttachCount = Item.Attachments.Count</p>
<p>If intAttachCount &gt; 0 Then</p>
<p>If InStr(strSubject, &#8220;[SD]&#8220;) = 0 Then<br />
Prompt$ = &#8220;Email has an attachment and is not being sent via Secure Delivery. Are you sure you want to send the email?&#8221;<br />
If MsgBox(Prompt$, vbYesNo + vbCritical + vbMsgBoxSetForeground, &#8220;Secure Delivery Check&#8221;) = vbNo Then<br />
Cancel = True<br />
End If<br />
End If<br />
End If<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Saraf</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-40919</link>
		<dc:creator>Anup Saraf</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-40919</guid>
		<description>I have an image in the signature. It is only when i am sending a new mail the signature is inserted.
However when i am replying to anybody&#039;s mail the signature is not present.

Is there any way by which the Macro can detect whether my signature contains an image or not.
I don&#039;t want to keep on changing the attachment count in macro based on scenario.

Also some people may or may not have attachments while replying. So is there a way that can work for all sort of scenarios.</description>
		<content:encoded><![CDATA[<p>I have an image in the signature. It is only when i am sending a new mail the signature is inserted.<br />
However when i am replying to anybody&#8217;s mail the signature is not present.</p>
<p>Is there any way by which the Macro can detect whether my signature contains an image or not.<br />
I don&#8217;t want to keep on changing the attachment count in macro based on scenario.</p>
<p>Also some people may or may not have attachments while replying. So is there a way that can work for all sort of scenarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-38502</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Mon, 24 Oct 2011 11:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-38502</guid>
		<description>Great code, very useful for work e-mails.

Is there anyway when a pop up box comes up and you wish to cancel sending the e-mail to have the draft e-mail open on the desktop? it always gets minimized to the toolbar and I have to re-click to open

Small complaint I know</description>
		<content:encoded><![CDATA[<p>Great code, very useful for work e-mails.</p>
<p>Is there anyway when a pop up box comes up and you wish to cancel sending the e-mail to have the draft e-mail open on the desktop? it always gets minimized to the toolbar and I have to re-click to open</p>
<p>Small complaint I know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashandh</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-37465</link>
		<dc:creator>prashandh</dc:creator>
		<pubDate>Thu, 13 Oct 2011 17:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-37465</guid>
		<description>I want a macro which should return error msg if a particular tetx or number is missing in the subject field,,Eg.If 298 is missing in the subject field,i shud get a msg&quot;298 is missing in the subject do u want to send anyway&quot;

can anyone plz help me!!!!!!</description>
		<content:encoded><![CDATA[<p>I want a macro which should return error msg if a particular tetx or number is missing in the subject field,,Eg.If 298 is missing in the subject field,i shud get a msg&#8221;298 is missing in the subject do u want to send anyway&#8221;</p>
<p>can anyone plz help me!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-34989</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 05 Sep 2011 13:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-34989</guid>
		<description>Hi Carl, thanks for responding.
The code I changed only makes a difference if the 3rd character is a colon. 
It seemed easier than checking for RE, or FW strings in various cases and I couldn&#039;t imagine why the third character would be a colon otherwise.
Having said that it is really ugly and it only saves the occasional click-through. It just happened to be an issue with the very first email I sent after adding your code.
Forgot to say thanks for posting in my previous comment, it&#039;s been useful already!</description>
		<content:encoded><![CDATA[<p>Hi Carl, thanks for responding.<br />
The code I changed only makes a difference if the 3rd character is a colon.<br />
It seemed easier than checking for RE, or FW strings in various cases and I couldn&#8217;t imagine why the third character would be a colon otherwise.<br />
Having said that it is really ugly and it only saves the occasional click-through. It just happened to be an issue with the very first email I sent after adding your code.<br />
Forgot to say thanks for posting in my previous comment, it&#8217;s been useful already!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-34775</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-34775</guid>
		<description>Hi Tom - 

Thanks for sharing this...  If I understand this correctly, you are trying to prevent a &quot;false positive&quot; trigger caused by text in a reply/forward subject.  For example, if someone sends you an attached file with a subject like &quot;Here&#039;s the file&quot;, and you reply back with a simple &quot;Thanks!&quot;, Check #2 would have triggered on your reply with a subject of &quot;RE: Here&#039;s the file&quot;.  With the new code, the subject line is not included in the check.

The risk, however, is that if you use a colon &quot;:&quot; elsewhere in your subject line on a regular message (non-forward/non-reply) the extra code could produce some unexpected results.  (I didn&#039;t test this).  If that&#039;s the case, I would rather live with the occasional false positive since the cost is extremely low (i.e. a pop-up asking if I&#039;m sure I want to send).

Just my two cents. 

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Tom &#8211; </p>
<p>Thanks for sharing this&#8230;  If I understand this correctly, you are trying to prevent a &#8220;false positive&#8221; trigger caused by text in a reply/forward subject.  For example, if someone sends you an attached file with a subject like &#8220;Here&#8217;s the file&#8221;, and you reply back with a simple &#8220;Thanks!&#8221;, Check #2 would have triggered on your reply with a subject of &#8220;RE: Here&#8217;s the file&#8221;.  With the new code, the subject line is not included in the check.</p>
<p>The risk, however, is that if you use a colon &#8220;:&#8221; elsewhere in your subject line on a regular message (non-forward/non-reply) the extra code could produce some unexpected results.  (I didn&#8217;t test this).  If that&#8217;s the case, I would rather live with the occasional false positive since the cost is extremely low (i.e. a pop-up asking if I&#8217;m sure I want to send).</p>
<p>Just my two cents. </p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-34681</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 31 Aug 2011 12:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-34681</guid>
		<description>If you change 

strBody = LCase(Item.Subject) &amp; LCase(Item.Body)

to

strBody = LCase(Left(Item.Subject, (Len(Item.Subject) * Abs((InStr(2, Item.Subject, &quot;:&quot;)  3))))) _
&amp; LCase(Item.Body)

In the Attachment check (#2) it won&#039;t check the Subject Line for replies/forwards (assumes a &quot;:&quot; in third character indicates this)</description>
		<content:encoded><![CDATA[<p>If you change </p>
<p>strBody = LCase(Item.Subject) &amp; LCase(Item.Body)</p>
<p>to</p>
<p>strBody = LCase(Left(Item.Subject, (Len(Item.Subject) * Abs((InStr(2, Item.Subject, &#8220;:&#8221;)  3))))) _<br />
&amp; LCase(Item.Body)</p>
<p>In the Attachment check (#2) it won&#8217;t check the Subject Line for replies/forwards (assumes a &#8220;:&#8221; in third character indicates this)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-33904</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 20 Aug 2011 22:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-33904</guid>
		<description>Diana - 

Nice addition - thanks for sharing!  I think Outlook allows this because sometimes people want to send out messages to large groups but not disclose the recipients.  In that case you would put everyone in the BCC line and nobody in the TO line.  Of course, you could use logic in the check to warn the user but then give them the option to send or cancel.

-Carl</description>
		<content:encoded><![CDATA[<p>Diana &#8211; </p>
<p>Nice addition &#8211; thanks for sharing!  I think Outlook allows this because sometimes people want to send out messages to large groups but not disclose the recipients.  In that case you would put everyone in the BCC line and nobody in the TO line.  Of course, you could use logic in the check to warn the user but then give them the option to send or cancel.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-33903</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 20 Aug 2011 22:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-33903</guid>
		<description>Hi Keith - 

I have been using the macro with Outlook 2010 for ~8 months now and I haven&#039;t had any issues.  Note that for replies &amp; forwards, Check #2 will only look at text that is above the &quot;From:&quot; line.  The reason is that if someone sends you a mail with an attachment with a message like &quot;Here is the file&quot;, and you send a short reply like &quot;Thanks&quot; (with no attachment) you don&#039;t want the macro to trigger and give you a pop-up.  It should only trigger if the word &quot;file&quot; is in your response (i.e. above the &quot;From:&quot; line).

By the way, for OL2010, you can delete or disable Check #3 since OL2010 now has this check built in.

I also added a Check #4 for Outlook 2010 since when I forward a meeting invite to someone I don&#039;t always want to send a notification to the original meeting owner.  Outlook 2010 normally does this automatically without your consent (check your Sent Items after forwarding a meeting invite!).  I will post an updated macro with Check #4 when I get a chance.

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Keith &#8211; </p>
<p>I have been using the macro with Outlook 2010 for ~8 months now and I haven&#8217;t had any issues.  Note that for replies &#038; forwards, Check #2 will only look at text that is above the &#8220;From:&#8221; line.  The reason is that if someone sends you a mail with an attachment with a message like &#8220;Here is the file&#8221;, and you send a short reply like &#8220;Thanks&#8221; (with no attachment) you don&#8217;t want the macro to trigger and give you a pop-up.  It should only trigger if the word &#8220;file&#8221; is in your response (i.e. above the &#8220;From:&#8221; line).</p>
<p>By the way, for OL2010, you can delete or disable Check #3 since OL2010 now has this check built in.</p>
<p>I also added a Check #4 for Outlook 2010 since when I forward a meeting invite to someone I don&#8217;t always want to send a notification to the original meeting owner.  Outlook 2010 normally does this automatically without your consent (check your Sent Items after forwarding a meeting invite!).  I will post an updated macro with Check #4 when I get a chance.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-33900</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 20 Aug 2011 21:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-33900</guid>
		<description>Hi Rose - 

The Task body in Outlook is a little tricky to modify using VBA since it is in RTF format.  I&#039;m not sure why Microsoft decided to make tasks different in that regard from the other common objects in Outlook.  Having said that, you can definitely add attachments manually via drag &amp; drop.

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Rose &#8211; </p>
<p>The Task body in Outlook is a little tricky to modify using VBA since it is in RTF format.  I&#8217;m not sure why Microsoft decided to make tasks different in that regard from the other common objects in Outlook.  Having said that, you can definitely add attachments manually via drag &#038; drop.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-33899</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 20 Aug 2011 21:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-33899</guid>
		<description>Manuel - 

Those will likely show up as different attachment types.  I have another macro to actually remove attachments (&lt;a href=&quot;http://manage-this.com/strip-outlook-attachments-vba/&quot; rel=&quot;nofollow&quot;&gt;see this post&lt;/a&gt;).  You will notice in that macro there are several lines that check the attachment type, such as &quot;If objAttachments.Item(1).Type &lt;&gt; olOLE Then...&quot;  You could use similar logic for your application.

-Carl</description>
		<content:encoded><![CDATA[<p>Manuel &#8211; </p>
<p>Those will likely show up as different attachment types.  I have another macro to actually remove attachments (<a href="http://manage-this.com/strip-outlook-attachments-vba/">see this post</a>).  You will notice in that macro there are several lines that check the attachment type, such as &#8220;If objAttachments.Item(1).Type <> olOLE Then&#8230;&#8221;  You could use similar logic for your application.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-31561</link>
		<dc:creator>Diana</dc:creator>
		<pubDate>Wed, 06 Jul 2011 15:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-31561</guid>
		<description>Hi Carl,
Thank you for this useful macro.

One additional check I particularly like using is to prevent sending emails without any values in the &quot;TO&quot; field. 

I recently changed jobs. The previous company I worked for had Outlook configured that way as a default, but in the new company Outlook allows me to send emails without anyone on the &quot;TO&quot; field which really annoys me...
If any one knows of a way of preventing this by Outlook configuration please let me know. In the meantime I have achieved the goal via this additional check on the macro:

&#039;CHECK #4: Check for an empty &quot;TO&quot; parameter
If Item.To = &quot;&quot; Then
&#039;Extra spaces added to the messages just to
&#039;keep them centered and pretty
m = MsgBox(&quot;There are no recipients defined for this email, please enter a valid recipient&quot;, _
vbOK + vbDefaultButton1 + vbExclamation + vbMsgBoxSetForeground, &quot;Blank Recipient&quot;)
Cancel = True
GoTo ExitSub
End If</description>
		<content:encoded><![CDATA[<p>Hi Carl,<br />
Thank you for this useful macro.</p>
<p>One additional check I particularly like using is to prevent sending emails without any values in the &#8220;TO&#8221; field. </p>
<p>I recently changed jobs. The previous company I worked for had Outlook configured that way as a default, but in the new company Outlook allows me to send emails without anyone on the &#8220;TO&#8221; field which really annoys me&#8230;<br />
If any one knows of a way of preventing this by Outlook configuration please let me know. In the meantime I have achieved the goal via this additional check on the macro:</p>
<p>&#8216;CHECK #4: Check for an empty &#8220;TO&#8221; parameter<br />
If Item.To = &#8220;&#8221; Then<br />
&#8216;Extra spaces added to the messages just to<br />
&#8216;keep them centered and pretty<br />
m = MsgBox(&#8220;There are no recipients defined for this email, please enter a valid recipient&#8221;, _<br />
vbOK + vbDefaultButton1 + vbExclamation + vbMsgBoxSetForeground, &#8220;Blank Recipient&#8221;)<br />
Cancel = True<br />
GoTo ExitSub<br />
End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-30859</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 20 Jun 2011 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-30859</guid>
		<description>Carl,

This was working great for me for several years on 2003 and 2007.  I recently upgraded to Outlook 2010 and Check #2 for the attachments is not working properly.  If I have a brand new email it works find.  However, if I reply to/forward someone&#039;s email, the check is not working properly for me.  I have had several instances where I was replying with an attached file but forgot to attach the file.  

I am such a newbie when it comes to the VBA code, I don&#039;t know what to edit to ensure this check starts working again.

Thanks,
Keith</description>
		<content:encoded><![CDATA[<p>Carl,</p>
<p>This was working great for me for several years on 2003 and 2007.  I recently upgraded to Outlook 2010 and Check #2 for the attachments is not working properly.  If I have a brand new email it works find.  However, if I reply to/forward someone&#8217;s email, the check is not working properly for me.  I have had several instances where I was replying with an attached file but forgot to attach the file.  </p>
<p>I am such a newbie when it comes to the VBA code, I don&#8217;t know what to edit to ensure this check starts working again.</p>
<p>Thanks,<br />
Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcofang</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-30197</link>
		<dc:creator>marcofang</dc:creator>
		<pubDate>Thu, 09 Jun 2011 02:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-30197</guid>
		<description>Carl,
This works so great for me, thanks for this great share!
Marco</description>
		<content:encoded><![CDATA[<p>Carl,<br />
This works so great for me, thanks for this great share!<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-29266</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Tue, 24 May 2011 12:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-29266</guid>
		<description>Hi Carl,

Have you ever tried to change the tabs and add macros to the outlook task? I use task and shared tasks a lot and I added few more tabs which will cover the meeting notes, communications and history. But my main issue is to add/insert the files/attachements and ability to put some macros in place to do the calculations for budget or time lines. appreciate any suggestions.
Take care,
Rose</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>Have you ever tried to change the tabs and add macros to the outlook task? I use task and shared tasks a lot and I added few more tabs which will cover the meeting notes, communications and history. But my main issue is to add/insert the files/attachements and ability to put some macros in place to do the calculations for budget or time lines. appreciate any suggestions.<br />
Take care,<br />
Rose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishaq</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-28929</link>
		<dc:creator>Ishaq</dc:creator>
		<pubDate>Wed, 18 May 2011 10:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-28929</guid>
		<description>A very helpful Macro.......

Many thanks,</description>
		<content:encoded><![CDATA[<p>A very helpful Macro&#8230;&#8230;.</p>
<p>Many thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-26082</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Tue, 15 Mar 2011 19:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-26082</guid>
		<description>Hi Carl,

Is there a difference between files that you attach and files (images) attached in body message?

I have to discard files attached in body message or to know when I attach a file that not belong to he message history.

Thanks in advance.

Best Regards.

Manuel</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>Is there a difference between files that you attach and files (images) attached in body message?</p>
<p>I have to discard files attached in body message or to know when I attach a file that not belong to he message history.</p>
<p>Thanks in advance.</p>
<p>Best Regards.</p>
<p>Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-25345</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Mon, 28 Feb 2011 09:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-25345</guid>
		<description>Hi Carl

Thanks  for sharing important tips .
Now I figured out where I was committing mistake. Now the macro is working according to my wish . Again Thanks a ton !!

have a nice day</description>
		<content:encoded><![CDATA[<p>Hi Carl</p>
<p>Thanks  for sharing important tips .<br />
Now I figured out where I was committing mistake. Now the macro is working according to my wish . Again Thanks a ton !!</p>
<p>have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-25313</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sun, 27 Feb 2011 21:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-25313</guid>
		<description>shashank -

I just tested it to be sure, and I was able to get this to work in OL2010 with no problems.  I used the signature block &quot;My legal team makes me talk about attachments in my signature block.&quot;  The modified macro only checked up to the signature block and did not check the signature block itself.

A few tips...  

(1) Note that the strBody variable is what gets searched, and everything is converted to lower case.  That means the following line with the InStr() function needs to search for lower case.

(2) Rather than just searching for the word &quot;attachments&quot;, you should search for a longer phrase that indicates the beginning of your signature block.  In the example above, I searched for the phrase &quot;my legal team makes me&quot;.

(3) Insert a MsgBox intLength line to debug the macro immediately after intLength is assigned and see what value is assigned to intLength when the macro runs.  If it is zero, then it is scanning the whole message (including signature blocks).

(4) The order of how you assign intLength matters since it is being overwritten.  You can try swapping the order, or to be absolutely sure you can use separate variables (and keep the smaller one) as I suggested in my previous comment.

Hope that helps.

-Carl</description>
		<content:encoded><![CDATA[<p>shashank -</p>
<p>I just tested it to be sure, and I was able to get this to work in OL2010 with no problems.  I used the signature block &#8220;My legal team makes me talk about attachments in my signature block.&#8221;  The modified macro only checked up to the signature block and did not check the signature block itself.</p>
<p>A few tips&#8230;  </p>
<p>(1) Note that the strBody variable is what gets searched, and everything is converted to lower case.  That means the following line with the InStr() function needs to search for lower case.</p>
<p>(2) Rather than just searching for the word &#8220;attachments&#8221;, you should search for a longer phrase that indicates the beginning of your signature block.  In the example above, I searched for the phrase &#8220;my legal team makes me&#8221;.</p>
<p>(3) Insert a MsgBox intLength line to debug the macro immediately after intLength is assigned and see what value is assigned to intLength when the macro runs.  If it is zero, then it is scanning the whole message (including signature blocks).</p>
<p>(4) The order of how you assign intLength matters since it is being overwritten.  You can try swapping the order, or to be absolutely sure you can use separate variables (and keep the smaller one) as I suggested in my previous comment.</p>
<p>Hope that helps.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-25238</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Sat, 26 Feb 2011 10:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-25238</guid>
		<description>Hi Carl
Thanks for sharing above info , but I&#039;m still struggling to get this macro to work as the word &quot;attachment&quot; in my email signature is still caught by this macro after your mentioned changes .
If you find any other solution please share on this forum 
Have a nice day
[:)]</description>
		<content:encoded><![CDATA[<p>Hi Carl<br />
Thanks for sharing above info , but I&#8217;m still struggling to get this macro to work as the word &#8220;attachment&#8221; in my email signature is still caught by this macro after your mentioned changes .<br />
If you find any other solution please share on this forum<br />
Have a nice day<br />
[:)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-25152</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 24 Feb 2011 15:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-25152</guid>
		<description>You can have the macro stop short and not check your signature block.  The macro is already set up to stop short if it detects &quot;from:&quot; in the message.  Nothing is checked below that point because it is assumed to be part of a previous message.  If you have a unique phrase at the beginning of your signature block you could add a line to the code:

intLength = InStr(1, strBody, &quot;this is how my signature block starts&quot;)
intLength = InStr(1, strBody, &quot;from:&quot;)

If you are using your signature block on replies and forwards it will get a little more complicated since you want to make sure that the smaller of the two numbers gets assigned to intLength. You could do something like:

intLength1 = InStr(1, strBody, &quot;this is how my signature block starts&quot;)
intLength2 = InStr(1, strBody, &quot;from:&quot;)

...and then compare them and assign the smaller one to intLength.  You should also add any new variables to the declaration block at the top of the macro.

Hope that helps.

-Carl</description>
		<content:encoded><![CDATA[<p>You can have the macro stop short and not check your signature block.  The macro is already set up to stop short if it detects &#8220;from:&#8221; in the message.  Nothing is checked below that point because it is assumed to be part of a previous message.  If you have a unique phrase at the beginning of your signature block you could add a line to the code:</p>
<p>intLength = InStr(1, strBody, &#8220;this is how my signature block starts&#8221;)<br />
intLength = InStr(1, strBody, &#8220;from:&#8221;)</p>
<p>If you are using your signature block on replies and forwards it will get a little more complicated since you want to make sure that the smaller of the two numbers gets assigned to intLength. You could do something like:</p>
<p>intLength1 = InStr(1, strBody, &#8220;this is how my signature block starts&#8221;)<br />
intLength2 = InStr(1, strBody, &#8220;from:&#8221;)</p>
<p>&#8230;and then compare them and assign the smaller one to intLength.  You should also add any new variables to the declaration block at the top of the macro.</p>
<p>Hope that helps.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-25146</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Thu, 24 Feb 2011 12:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-25146</guid>
		<description>Hi Mark

Suppose if my email signature contains the word &quot;attachments&quot; then how I can modify above macro to suit my problem ??</description>
		<content:encoded><![CDATA[<p>Hi Mark</p>
<p>Suppose if my email signature contains the word &#8220;attachments&#8221; then how I can modify above macro to suit my problem ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-12092</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Wed, 05 May 2010 03:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-12092</guid>
		<description>Hi Harry - Any field that can be accessed by VBA can be checked.  Once you find the field your want to check, you can re-use the Subject line check code (Check #1) to check for a blank From field.  I think the field you want to check is Item.SenderEmailAddress or Item.SenderName, but that&#039;s a guess on my part ;-)

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Harry &#8211; Any field that can be accessed by VBA can be checked.  Once you find the field your want to check, you can re-use the Subject line check code (Check #1) to check for a blank From field.  I think the field you want to check is Item.SenderEmailAddress or Item.SenderName, but that&#8217;s a guess on my part <img src='http://manage-this.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Burrows</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-12011</link>
		<dc:creator>Harry Burrows</dc:creator>
		<pubDate>Mon, 26 Apr 2010 13:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-12011</guid>
		<description>Hi Carl,

I use my outlook 2007 for work, uni and personal email and sometimes forget to change the &#039;from&#039; line of my emails. Could you please give advice on how to write a macro so it will remind me each time I want to send an email as to whether I want to put one in? I&#039;ve tried editing existing code like yours above, but can&#039;t get it to work. (I&#039;m not that great at programming) Any help would be gratefully received, thanks so much.

Harry</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>I use my outlook 2007 for work, uni and personal email and sometimes forget to change the &#8216;from&#8217; line of my emails. Could you please give advice on how to write a macro so it will remind me each time I want to send an email as to whether I want to put one in? I&#8217;ve tried editing existing code like yours above, but can&#8217;t get it to work. (I&#8217;m not that great at programming) Any help would be gratefully received, thanks so much.</p>
<p>Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-11417</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 11 Mar 2010 04:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-11417</guid>
		<description>Hi Amit -

First of all, if there are individual entries in your auto-complete addresses that you don&#039;t want, you can remove them.  Start typing in the &quot;To&quot; field until the unwanted name shows up.  Then, highlight it (without clicking) and press the delete key.

You can also check domains for each outgoing message by modifying the macro.  For example, to display the domains you could add code like:

&lt;code&gt;If Item.Class = olMail Then
    MsgBox Item.To &amp; vbCrLf &amp; Item.CC
End If&lt;/code&gt;

You can use the InStr command to check those fields for certain strings and trigger the popup based on that.

Happy coding!

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Amit -</p>
<p>First of all, if there are individual entries in your auto-complete addresses that you don&#8217;t want, you can remove them.  Start typing in the &#8220;To&#8221; field until the unwanted name shows up.  Then, highlight it (without clicking) and press the delete key.</p>
<p>You can also check domains for each outgoing message by modifying the macro.  For example, to display the domains you could add code like:</p>
<p><code>If Item.Class = olMail Then<br />
    MsgBox Item.To &#038; vbCrLf &#038; Item.CC<br />
End If</code></p>
<p>You can use the InStr command to check those fields for certain strings and trigger the popup based on that.</p>
<p>Happy coding!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-11402</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-11402</guid>
		<description>Hi Carl,

Great Macro thanks.

Can you propose a way to help with the following 
Due to the Outlook Auto Complete feature, I sometimes send an email to the wrong contact :-(
And It can be very problematic at times...

I would like to write a macro that will do:
pop up a warning with a list of domains that the mail is sent to

or check that the mail is sent to an external domain (not my company domain name)

Thanks,
Amit</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>Great Macro thanks.</p>
<p>Can you propose a way to help with the following<br />
Due to the Outlook Auto Complete feature, I sometimes send an email to the wrong contact <img src='http://manage-this.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
And It can be very problematic at times&#8230;</p>
<p>I would like to write a macro that will do:<br />
pop up a warning with a list of domains that the mail is sent to</p>
<p>or check that the mail is sent to an external domain (not my company domain name)</p>
<p>Thanks,<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-11277</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-11277</guid>
		<description>Hi Rachel - So far, the most common issue for people has been their macro security level.  If you&#039;ve already ruled that out, I had a few other things to try in my &lt;a href=&quot;http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7293&quot; rel=&quot;nofollow&quot;&gt; comments from May 21st above&lt;/a&gt;.  Basically, see if you can get *any* macro to work, starting with a simple message box, then move up from there.  Good luck!

-Carl</description>
		<content:encoded><![CDATA[<p>Hi Rachel &#8211; So far, the most common issue for people has been their macro security level.  If you&#8217;ve already ruled that out, I had a few other things to try in my <a href="http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7293"> comments from May 21st above</a>.  Basically, see if you can get *any* macro to work, starting with a simple message box, then move up from there.  Good luck!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-11050</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-11050</guid>
		<description>Hi Carl!

Thanks for a great code.  This was working on my Outlook for a few days, and then all the sudden stopped working.  Nothing pops up at all.  I&#039;ve brought my security level down to Low, tried deleting and re-programming the macro, and nothing seems to work.  Any words of wisdom? I have Outlook 2003. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Carl!</p>
<p>Thanks for a great code.  This was working on my Outlook for a few days, and then all the sudden stopped working.  Nothing pops up at all.  I&#8217;ve brought my security level down to Low, tried deleting and re-programming the macro, and nothing seems to work.  Any words of wisdom? I have Outlook 2003. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-9797</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-9797</guid>
		<description>Michiel - Assuming the signing of the macro is working, it sounds like it might be an issue with your security level settings.  See the comments above on 21-May-09 and 22-May-09.  Also see discussion on signing in comments from June 10th &amp; June 14th above.

-Carl</description>
		<content:encoded><![CDATA[<p>Michiel &#8211; Assuming the signing of the macro is working, it sounds like it might be an issue with your security level settings.  See the comments above on 21-May-09 and 22-May-09.  Also see discussion on signing in comments from June 10th &#038; June 14th above.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-9785</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Thu, 12 Nov 2009 11:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-9785</guid>
		<description>I&#039;ve been using this script for some time now. Seems to be working ok, except for one thing: my outlook warns me everytime I send an e-mail that a script is trying to read the e-mailaddresses involved.

I&#039;ve tried the self-signing above; but no improvement there.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using this script for some time now. Seems to be working ok, except for one thing: my outlook warns me everytime I send an e-mail that a script is trying to read the e-mailaddresses involved.</p>
<p>I&#8217;ve tried the self-signing above; but no improvement there.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7794</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7794</guid>
		<description>Al - Sounds like it might be related to your macro security settings.  See my comment from May 21st, 2009 above and try some of the suggestions there.

-Carl</description>
		<content:encoded><![CDATA[<p>Al &#8211; Sounds like it might be related to your macro security settings.  See my comment from May 21st, 2009 above and try some of the suggestions there.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7787</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7787</guid>
		<description>Hey Carl. 

Awesome macro, thanks! One issue, it works fine during my session. But when I close Outlook and reopen it, the macro doesn&#039;t work until I actually go into VB and look at it, then it starts working again. 

Do you have any idea why this would be?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey Carl. </p>
<p>Awesome macro, thanks! One issue, it works fine during my session. But when I close Outlook and reopen it, the macro doesn&#8217;t work until I actually go into VB and look at it, then it starts working again. </p>
<p>Do you have any idea why this would be?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7473</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Mon, 15 Jun 2009 03:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7473</guid>
		<description>Mankidavu - Thanks for your comments... Very good point on signing the macro.  I do this on my machine as well to be able to leave the security level in place without getting a bunch of warnings.  I recommend that people follow the MSDN link in your comment above and use the instructions there.

Regarding the +vbMsgBoxSetForeground setting, I just updated it for the three checks in the macro.  This is based on my comment above from 25 Nov 08, but now it is in the base code.  Thanks for the suggestion!

-Carl</description>
		<content:encoded><![CDATA[<p>Mankidavu &#8211; Thanks for your comments&#8230; Very good point on signing the macro.  I do this on my machine as well to be able to leave the security level in place without getting a bunch of warnings.  I recommend that people follow the MSDN link in your comment above and use the instructions there.</p>
<p>Regarding the +vbMsgBoxSetForeground setting, I just updated it for the three checks in the macro.  This is based on my comment above from 25 Nov 08, but now it is in the base code.  Thanks for the suggestion!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mankidavu</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7434</link>
		<dc:creator>Mankidavu</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7434</guid>
		<description>Hi Carl,
Thanks for compiling all of them together in this one.
This looks great.
Suggestions:-

1.Please add &#039; + vbMsgBoxSetForeground&#039; in your code itself, so that we&#039;ll get the prompt in the foregroud.
2.Please add the steps for signing a macro with selfsign utility.This will avoid the macro security issue.
http://msdn.microsoft.com/en-us/library/aa155754(office.10).aspx</description>
		<content:encoded><![CDATA[<p>Hi Carl,<br />
Thanks for compiling all of them together in this one.<br />
This looks great.<br />
Suggestions:-</p>
<p>1.Please add &#8216; + vbMsgBoxSetForeground&#8217; in your code itself, so that we&#8217;ll get the prompt in the foregroud.<br />
2.Please add the steps for signing a macro with selfsign utility.This will avoid the macro security issue.<br />
<a href="http://msdn.microsoft.com/en-us/library/aa155754(office.10).aspx">http://msdn.microsoft.com/en-us/library/aa155754(office.10).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7302</link>
		<dc:creator>José</dc:creator>
		<pubDate>Fri, 22 May 2009 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7302</guid>
		<description>Thank you Carl,

You were right! The problem was related to macro security settings.

I have disabled the security selecting the option “No security check for all macros” and it worked.

Then, I have certificate the macro and selected the option “Warnings for signed macros; all unsigned macros disable”. At first Outlook run and first macro warning I choose to trust all macros signed by me. And that’s it, macro is working and no more security warnings.

Thank you for your help.
Regards,
José</description>
		<content:encoded><![CDATA[<p>Thank you Carl,</p>
<p>You were right! The problem was related to macro security settings.</p>
<p>I have disabled the security selecting the option “No security check for all macros” and it worked.</p>
<p>Then, I have certificate the macro and selected the option “Warnings for signed macros; all unsigned macros disable”. At first Outlook run and first macro warning I choose to trust all macros signed by me. And that’s it, macro is working and no more security warnings.</p>
<p>Thank you for your help.<br />
Regards,<br />
José</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7293</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 22 May 2009 03:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7293</guid>
		<description>José -

No problem, people have called me much worse things!  A few more things you can try:

[1] It might be related to your macro security setting.  Try moving down to medium to see if it fixes the issue.  I think that is in &quot;Tools &gt; Trust Center&quot; for OL2007.  You have to *completely* shut down Outlook and restart it after changing the security level for it to stay.  

If you don&#039;t want to leave the setting at medium, there are instructions &lt;a href=&quot;http://office.microsoft.com/en-us/outlook/HA012317811033.aspx&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://www.howto-outlook.com/howto/selfcert.htm&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;http://www.google.com/search?q=outlook+sign+macro&quot; rel=&quot;nofollow&quot;&gt;elsewhere online&lt;/a&gt; that show you how to certify your macro so it will run even when the security level is high.

[2] Try running some very basic macros and launching them manually (not automatically).  Here is an example:
     Sub HelloWorld()
           MsgBox &quot;Hola mundo&quot;
     End Sub

[3] If that works manually, now try getting it to trigger from the message send event.  Note that you can only have one macro with this title in your &quot;ThisOutlookSession&quot; module, so you will have to remove the other one before testing this one:
     Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
           MsgBox &quot;Hola mundo&quot;
     End Sub

[4] It shouldn&#039;t matter, but try deleting the &quot;Private&quot; qualifier on the first line of the macro.

Good luck, please post a note here if you figure it out.

-Carl</description>
		<content:encoded><![CDATA[<p>José -</p>
<p>No problem, people have called me much worse things!  A few more things you can try:</p>
<p>[1] It might be related to your macro security setting.  Try moving down to medium to see if it fixes the issue.  I think that is in &#8220;Tools > Trust Center&#8221; for OL2007.  You have to *completely* shut down Outlook and restart it after changing the security level for it to stay.  </p>
<p>If you don&#8217;t want to leave the setting at medium, there are instructions <a href="http://office.microsoft.com/en-us/outlook/HA012317811033.aspx">here</a>, <a href="http://www.howto-outlook.com/howto/selfcert.htm">here</a>, and <a href="http://www.google.com/search?q=outlook+sign+macro">elsewhere online</a> that show you how to certify your macro so it will run even when the security level is high.</p>
<p>[2] Try running some very basic macros and launching them manually (not automatically).  Here is an example:<br />
     Sub HelloWorld()<br />
           MsgBox &#8220;Hola mundo&#8221;<br />
     End Sub</p>
<p>[3] If that works manually, now try getting it to trigger from the message send event.  Note that you can only have one macro with this title in your &#8220;ThisOutlookSession&#8221; module, so you will have to remove the other one before testing this one:<br />
     Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)<br />
           MsgBox &#8220;Hola mundo&#8221;<br />
     End Sub</p>
<p>[4] It shouldn&#8217;t matter, but try deleting the &#8220;Private&#8221; qualifier on the first line of the macro.</p>
<p>Good luck, please post a note here if you figure it out.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7286</link>
		<dc:creator>José</dc:creator>
		<pubDate>Thu, 21 May 2009 13:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7286</guid>
		<description>Sorry for misspelling your name… not Mark but Carl</description>
		<content:encoded><![CDATA[<p>Sorry for misspelling your name… not Mark but Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7280</link>
		<dc:creator>José</dc:creator>
		<pubDate>Thu, 21 May 2009 08:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7280</guid>
		<description>Hi Marc,

No I don’t see any error messages. All messages pass without warnings. I have tried to change the code using the “vbMsgBoxSetForeground” or “vbSystemModal” options but the behaviour is the same.

And no, I don’t have any other macros.

I even have try this on other computer with Outlook 2007 and the behaviour is exactly the same.  All messages pass without warnings after rebooting.

Thank for your help.</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>No I don’t see any error messages. All messages pass without warnings. I have tried to change the code using the “vbMsgBoxSetForeground” or “vbSystemModal” options but the behaviour is the same.</p>
<p>And no, I don’t have any other macros.</p>
<p>I even have try this on other computer with Outlook 2007 and the behaviour is exactly the same.  All messages pass without warnings after rebooting.</p>
<p>Thank for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7277</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 21 May 2009 03:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7277</guid>
		<description>José - I&#039;m not sure what would cause that, but I don&#039;t have OL2007 so I&#039;m not able to try it.  Are you maybe having the issue that Matt described above where the pop-up message is hidden behind other windows?   

When you say the macro stopped working, what do you mean exactly?  Do you see error messages, or does it just let all messages pass without warning?  Do you have other macros that &lt;i&gt;are&lt;/i&gt; working, or do &lt;i&gt;all&lt;/i&gt; of your macros stop working?

-Carl</description>
		<content:encoded><![CDATA[<p>José &#8211; I&#8217;m not sure what would cause that, but I don&#8217;t have OL2007 so I&#8217;m not able to try it.  Are you maybe having the issue that Matt described above where the pop-up message is hidden behind other windows?   </p>
<p>When you say the macro stopped working, what do you mean exactly?  Do you see error messages, or does it just let all messages pass without warning?  Do you have other macros that <i>are</i> working, or do <i>all</i> of your macros stop working?</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7271</link>
		<dc:creator>José</dc:creator>
		<pubDate>Wed, 20 May 2009 22:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7271</guid>
		<description>Hi Carl,

I have tried your macro with Outlook 2007 SP2 and it only worked once. After rebooting the PC, the macro stopped working.

I can make the macro work again by deleting the VbaProject.OTM at %appdata%\Microsoft\Outlook  and make again the macro, but after rebooting it won’t work any more .

It is only working on the current session. If I restart the PC the macro does not work.

Any idea what’s happening?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>I have tried your macro with Outlook 2007 SP2 and it only worked once. After rebooting the PC, the macro stopped working.</p>
<p>I can make the macro work again by deleting the VbaProject.OTM at %appdata%\Microsoft\Outlook  and make again the macro, but after rebooting it won’t work any more .</p>
<p>It is only working on the current session. If I restart the PC the macro does not work.</p>
<p>Any idea what’s happening?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7236</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Mon, 18 May 2009 22:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7236</guid>
		<description>Tammy - Good point, thanks for the comment.  If you have OL2007, you can just delete the &quot;CHECK #3&quot; section, everything before the &quot;ExitSub:&quot; line.

-Carl</description>
		<content:encoded><![CDATA[<p>Tammy &#8211; Good point, thanks for the comment.  If you have OL2007, you can just delete the &#8220;CHECK #3&#8243; section, everything before the &#8220;ExitSub:&#8221; line.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-7235</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Mon, 18 May 2009 22:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-7235</guid>
		<description>Outlook 2007 checks for no location on appointments by default so the macro is redundant. Since the code is well annotated the section can be deleted.</description>
		<content:encoded><![CDATA[<p>Outlook 2007 checks for no location on appointments by default so the macro is redundant. Since the code is well annotated the section can be deleted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-6773</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sat, 04 Apr 2009 23:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-6773</guid>
		<description>Larry - You&#039;ll have to give me a little more to go on.  Are you launching the macro from a toolbar button?  Do you get any error messages or pop-ups?  What OS and what version of Outlook are you using?  Do you have other macros that &lt;i&gt;are&lt;/i&gt; working?

-Carl</description>
		<content:encoded><![CDATA[<p>Larry &#8211; You&#8217;ll have to give me a little more to go on.  Are you launching the macro from a toolbar button?  Do you get any error messages or pop-ups?  What OS and what version of Outlook are you using?  Do you have other macros that <i>are</i> working?</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-6758</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Thu, 02 Apr 2009 15:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-6758</guid>
		<description>Macro has stopped working. Any updates as to why?</description>
		<content:encoded><![CDATA[<p>Macro has stopped working. Any updates as to why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-6222</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-6222</guid>
		<description>Ed - Good suggestion, I already updated the code above to include the subject line.  It required changing just a single line in Check #2.

strBody = LCase(Item.Subject) &amp; LCase(Item.Body)

Thanks!
-Carl</description>
		<content:encoded><![CDATA[<p>Ed &#8211; Good suggestion, I already updated the code above to include the subject line.  It required changing just a single line in Check #2.</p>
<p>strBody = LCase(Item.Subject) &#038; LCase(Item.Body)</p>
<p>Thanks!<br />
-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-6174</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-6174</guid>
		<description>This is great but doesn&#039;t check the subject line, if i send an email file 3 of 4 in subject line and nothing else. Is there a way this is possible? Thanks Ed.</description>
		<content:encoded><![CDATA[<p>This is great but doesn&#8217;t check the subject line, if i send an email file 3 of 4 in subject line and nothing else. Is there a way this is possible? Thanks Ed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-5372</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 27 Nov 2008 05:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-5372</guid>
		<description>Matt - Thanks for the feedback, glad to hear it helped.

-Carl</description>
		<content:encoded><![CDATA[<p>Matt &#8211; Thanks for the feedback, glad to hear it helped.</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-5367</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-5367</guid>
		<description>O and thanks a lot btw!  This is a really helpful piece of code... I&#039;ve gotten in trouble like 3 times at work for absent minded email omissions.  They&#039;re really anal about that in my office.  Very helpful for avoiding that problem again.  Thanks!</description>
		<content:encoded><![CDATA[<p>O and thanks a lot btw!  This is a really helpful piece of code&#8230; I&#8217;ve gotten in trouble like 3 times at work for absent minded email omissions.  They&#8217;re really anal about that in my office.  Very helpful for avoiding that problem again.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-5366</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-5366</guid>
		<description>It worked, but strangely instead of just pulling up the option window it pulls up the entire inbox and the window.  It&#039;s not a big deal, you&#039;re not searching for the box anymore; but I figured from a developers standpoint you might be interested to know that.</description>
		<content:encoded><![CDATA[<p>It worked, but strangely instead of just pulling up the option window it pulls up the entire inbox and the window.  It&#8217;s not a big deal, you&#8217;re not searching for the box anymore; but I figured from a developers standpoint you might be interested to know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-5357</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-5357</guid>
		<description>Matt - I have never experienced the issue you described.  There are a few things you could try to force the window to the top.  The properties of VBA message box are determined by a series of constants that get summed together.  Each constant represents a different attribute.  Look for the sections in the code that state something like &quot;vbYesNo + vbExclamation&quot;.  Try adding either &quot;vbMsgBoxSetForeground&quot; or &quot;vbSystemModal&quot;.  These are both valid attributes for the MsgBox command.  For example, the line

          vbYesNo + vbExclamation, &quot;Attachment Missing?&quot;)

Would be changed to 

          vbYesNo + vbExclamation + vbMsgBoxSetForeground, &quot;Attachment Missing?&quot;)

Please post a comment back here and let me know if it helped.  Good luck!

-Carl</description>
		<content:encoded><![CDATA[<p>Matt &#8211; I have never experienced the issue you described.  There are a few things you could try to force the window to the top.  The properties of VBA message box are determined by a series of constants that get summed together.  Each constant represents a different attribute.  Look for the sections in the code that state something like &#8220;vbYesNo + vbExclamation&#8221;.  Try adding either &#8220;vbMsgBoxSetForeground&#8221; or &#8220;vbSystemModal&#8221;.  These are both valid attributes for the MsgBox command.  For example, the line</p>
<p>          vbYesNo + vbExclamation, &#8220;Attachment Missing?&#8221;)</p>
<p>Would be changed to </p>
<p>          vbYesNo + vbExclamation + vbMsgBoxSetForeground, &#8220;Attachment Missing?&#8221;)</p>
<p>Please post a comment back here and let me know if it helped.  Good luck!</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-5351</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-5351</guid>
		<description>I&#039;ve tried several different versions of the above code from around the net, but seemingly all of them have the same problem.  When I send the email the box that asks whether I want to send the email or not pops up underneath the email itself, to wherever my inbox is.  Is there a way to change this?  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried several different versions of the above code from around the net, but seemingly all of them have the same problem.  When I send the email the box that asks whether I want to send the email or not pops up underneath the email itself, to wherever my inbox is.  Is there a way to change this?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-3135</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-3135</guid>
		<description>Here&#039;s one variation that includes some other features as well:

&lt;a href=&quot;http://www.codeforexcelandoutlook.com/EtiquetteCheck.html&quot; title=&quot;Outlook Etiquette Check VBA Code&quot; rel=&quot;nofollow&quot;&gt;Outlook Etiquette Check VBA Code&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s one variation that includes some other features as well:</p>
<p><a href="http://www.codeforexcelandoutlook.com/EtiquetteCheck.html" title="Outlook Etiquette Check VBA Code">Outlook Etiquette Check VBA Code</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-2681</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-2681</guid>
		<description>Vixmus -

The macro above does not recall messages or use the Outlook recall message feature.  It stops messages &lt;i&gt;before&lt;/i&gt; they are sent in case you want to correct any of the missing items.  The time stamp will still be whatever time you finally send the message.

Does that answer your question?

-Carl</description>
		<content:encoded><![CDATA[<p>Vixmus -</p>
<p>The macro above does not recall messages or use the Outlook recall message feature.  It stops messages <i>before</i> they are sent in case you want to correct any of the missing items.  The time stamp will still be whatever time you finally send the message.</p>
<p>Does that answer your question?</p>
<p>-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vixmus</title>
		<link>http://manage-this.com/handy-outlook-attachment-reminder-macro/comment-page-1/#comment-2673</link>
		<dc:creator>vixmus</dc:creator>
		<pubDate>Fri, 19 Sep 2008 05:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://manage-this.com/handy-outlook-attachment-reminder-macro/#comment-2673</guid>
		<description>do you know what will be timestamp of the recalled message?</description>
		<content:encoded><![CDATA[<p>do you know what will be timestamp of the recalled message?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

