<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Job/Life/Reputation protector 2.0</title><link>http://blogs.technet.com/doxley/archive/2008/11/10/job-life-reputation-protector-2-0.aspx</link><description>Back in January I posted some simple VBA code for adding an “are you sure?” type question to the Reply To All button in Outlook. Since then I have received a few suggestions for improving the code, one of the most common of which was to add to the question</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Job/Life/Reputation protector 2.0</title><link>http://blogs.technet.com/doxley/archive/2008/11/10/job-life-reputation-protector-2-0.aspx#3151014</link><pubDate>Tue, 11 Nov 2008 16:12:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151014</guid><dc:creator>JP</dc:creator><description>&lt;p&gt;You should never use CreateObject when coding natively in Outlook. If you always generate your objects from the Outlook.Application object, you won't get the security prompt.&lt;/p&gt;
&lt;p&gt;Take care,&lt;/p&gt;
&lt;p&gt;JP&lt;/p&gt;</description></item><item><title>re: Job/Life/Reputation protector 2.0</title><link>http://blogs.technet.com/doxley/archive/2008/11/10/job-life-reputation-protector-2-0.aspx#3151021</link><pubDate>Tue, 11 Nov 2008 16:27:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151021</guid><dc:creator>Daniel Oxley</dc:creator><description>&lt;p&gt;Agreed, thanks JP.&lt;/p&gt;
&lt;p&gt;I have to confess that I only discovered this tip a short while ago, which is why I also included it in this code update.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
</description></item><item><title>re: Job/Life/Reputation protector 2.0</title><link>http://blogs.technet.com/doxley/archive/2008/11/10/job-life-reputation-protector-2-0.aspx#3151390</link><pubDate>Wed, 12 Nov 2008 06:00:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151390</guid><dc:creator>JP</dc:creator><description>&lt;p&gt;Daniel,&lt;/p&gt;
&lt;p&gt;I would also note that creating a reply programmatically doesn't mark the message as Read. You would need to do that by calling myItem.Unread = False.&lt;/p&gt;
&lt;p&gt;I notice your code creates the reply message before asking the &amp;quot;Are you sure?&amp;quot; question to the end user, but doesn't destroy the reply message if they answer &amp;quot;no&amp;quot;.&lt;/p&gt;
&lt;p&gt;FYI- Here's another way to disable &amp;quot;Reply To All&amp;quot;, by preventing your recipients from even accessing the option. Although I must say I've never tested it. &amp;gt;:)&lt;/p&gt;
&lt;p&gt;ActiveInspector.CurrentItem.Actions(&amp;quot;Reply to All&amp;quot;).Enabled = False&lt;/p&gt;
&lt;p&gt;Thx,&lt;/p&gt;
&lt;p&gt;JP&lt;/p&gt;</description></item><item><title>re: Job/Life/Reputation protector 2.0</title><link>http://blogs.technet.com/doxley/archive/2008/11/10/job-life-reputation-protector-2-0.aspx#3151486</link><pubDate>Wed, 12 Nov 2008 11:03:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3151486</guid><dc:creator>Daniel Oxley</dc:creator><description>&lt;p&gt;Thanks JP, I already made the changes!&lt;/p&gt;
</description></item></channel></rss>