<?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: Lotus Notes&#8217; [Send only] and [Send and File] buttons for Outlook 2003</title>
	<atom:link href="http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/</link>
	<description>IT Freelancer - Java, J2EE, IBM WebSphere Portal, Lotus Notes/Domino</description>
	<lastBuildDate>Fri, 20 Apr 2012 19:12:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mary</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-45588</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 27 Jan 2012 22:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-45588</guid>
		<description>Thanks! You saved my life with this elegant code!  I had an add-in for Outlook that did the same thing, and loved it. Somehow, I had failed to backup the original add-in installer, and when I migrated to a new computer I lost it.  You saved me hours of coding--I&#039;m not much of a VB person.  

Wish you had included some code to just file an email from the inbox by clicking a toolbar button, but I guess you can&#039;t have everything.  ;-)

Thanks again!  M</description>
		<content:encoded><![CDATA[<p>Thanks! You saved my life with this elegant code!  I had an add-in for Outlook that did the same thing, and loved it. Somehow, I had failed to backup the original add-in installer, and when I migrated to a new computer I lost it.  You saved me hours of coding&#8211;I&#8217;m not much of a VB person.  </p>
<p>Wish you had included some code to just file an email from the inbox by clicking a toolbar button, but I guess you can&#8217;t have everything.  <img src='http://sebthom.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks again!  M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christy</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-24031</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Thu, 21 Jul 2011 17:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-24031</guid>
		<description>Thanks.  This is great and works in Outlook 2007.</description>
		<content:encoded><![CDATA[<p>Thanks.  This is great and works in Outlook 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-23447</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Thu, 07 Jul 2011 08:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-23447</guid>
		<description>Thanks alot!!! Works great!
I missed that feature sadly since my company switched to Outlook!</description>
		<content:encoded><![CDATA[<p>Thanks alot!!! Works great!<br />
I missed that feature sadly since my company switched to Outlook!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-18142</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 21 Feb 2011 15:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-18142</guid>
		<description>I haven&#039;t installed this yet, but likely will.  I find it hard to believe that every mail system doesn&#039;t have this.  It is basic:  you want your sent mail in the folder with the received mail on that subject.  In my case it is mostly to keep communication with customers together.  Problem is that I REALLY don&#039;t want to keep using Outlook, even with this new function.  (Using Lotus Notes client stand alone right now, but the newer releases seem buggy to me).
Thanks!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t installed this yet, but likely will.  I find it hard to believe that every mail system doesn&#8217;t have this.  It is basic:  you want your sent mail in the folder with the received mail on that subject.  In my case it is mostly to keep communication with customers together.  Problem is that I REALLY don&#8217;t want to keep using Outlook, even with this new function.  (Using Lotus Notes client stand alone right now, but the newer releases seem buggy to me).<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-16802</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Thu, 23 Dec 2010 07:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-16802</guid>
		<description>Awesome! Works nicely in Outlook 2007.
To get it on the Quick Access Toolbar for a one click solution, Open Visual Basic Editor in Outlook and create a macro immediately under Sebastian&#039;s existing code:
~~~~~~~~~~~~~
Public Sub SaveAndFile_Run()

SendandFile

End Sub
~~~~~~~~~~~~~~~

Then customize the quick access toolbar, choose commands from Macros and add the SendAndFile_run macro. Modify to an icon and text of your choice and it&#039;s all good!

Thanks Sebastian for a really useful piece of code!</description>
		<content:encoded><![CDATA[<p>Awesome! Works nicely in Outlook 2007.<br />
To get it on the Quick Access Toolbar for a one click solution, Open Visual Basic Editor in Outlook and create a macro immediately under Sebastian&#8217;s existing code:<br />
~~~~~~~~~~~~~<br />
Public Sub SaveAndFile_Run()</p>
<p>SendandFile</p>
<p>End Sub<br />
~~~~~~~~~~~~~~~</p>
<p>Then customize the quick access toolbar, choose commands from Macros and add the SendAndFile_run macro. Modify to an icon and text of your choice and it&#8217;s all good!</p>
<p>Thanks Sebastian for a really useful piece of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-16123</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 24 Nov 2010 19:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-16123</guid>
		<description>Problem solved, my mistake. If you follow the detailed instructions then it works perfectly.
Thanks once more.</description>
		<content:encoded><![CDATA[<p>Problem solved, my mistake. If you follow the detailed instructions then it works perfectly.<br />
Thanks once more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-15978</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 16 Nov 2010 11:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-15978</guid>
		<description>Thanks for the Macros, i just downloaded the german .bas and installed it successfully.

The &quot;Senden und ablegen&quot; Button works, but on the &quot;Nur Senden&quot; Button prompts for a place to store the file like the &quot;Senden und ablegen&quot; Button.

I am using Outlook 2003 SP3 german.</description>
		<content:encoded><![CDATA[<p>Thanks for the Macros, i just downloaded the german .bas and installed it successfully.</p>
<p>The &#8220;Senden und ablegen&#8221; Button works, but on the &#8220;Nur Senden&#8221; Button prompts for a place to store the file like the &#8220;Senden und ablegen&#8221; Button.</p>
<p>I am using Outlook 2003 SP3 german.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Thomschke</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-15777</link>
		<dc:creator>Sebastian Thomschke</dc:creator>
		<pubDate>Wed, 03 Nov 2010 20:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-15777</guid>
		<description>At which step do you get confused?</description>
		<content:encoded><![CDATA[<p>At which step do you get confused?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Wolf</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-15527</link>
		<dc:creator>Tomas Wolf</dc:creator>
		<pubDate>Thu, 21 Oct 2010 01:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-15527</guid>
		<description>I followed the above post but cant figure out how to install the buttons in the toolbar. Feel a little foolish sorry</description>
		<content:encoded><![CDATA[<p>I followed the above post but cant figure out how to install the buttons in the toolbar. Feel a little foolish sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-14203</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Tue, 31 Aug 2010 15:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-14203</guid>
		<description>Hi Sebastian,

Thanks for this piece of work!  Works fine in Outlook 2007, just that Outlook put the buttons under the Add-ons Ribbon, so you need 2 clicks to get to it when sending.  No big deal - it&#039;s *far* superior to dragging your message from Sent Items to the folder of choice.

I might look into associating a keyboard shortcut with it at some point.

Thanks a million!
Sandra</description>
		<content:encoded><![CDATA[<p>Hi Sebastian,</p>
<p>Thanks for this piece of work!  Works fine in Outlook 2007, just that Outlook put the buttons under the Add-ons Ribbon, so you need 2 clicks to get to it when sending.  No big deal &#8211; it&#8217;s *far* superior to dragging your message from Sent Items to the folder of choice.</p>
<p>I might look into associating a keyboard shortcut with it at some point.</p>
<p>Thanks a million!<br />
Sandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-12290</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Mon, 19 Apr 2010 11:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-12290</guid>
		<description>Dear Sebastian,

I am using this macro and it&#039;s very helpful for me. But I am missing one feature. 
When I click on one of these buttons the the spell check is missing even it it is enabled in the options of Outlook. 
How can this be turned on?

Regards
Dirk</description>
		<content:encoded><![CDATA[<p>Dear Sebastian,</p>
<p>I am using this macro and it&#8217;s very helpful for me. But I am missing one feature.<br />
When I click on one of these buttons the the spell check is missing even it it is enabled in the options of Outlook.<br />
How can this be turned on?</p>
<p>Regards<br />
Dirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Thomschke</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-10095</link>
		<dc:creator>Sebastian Thomschke</dc:creator>
		<pubDate>Sat, 23 Jan 2010 11:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-10095</guid>
		<description>Hi Lorance, 

my customers did not yet migrate to Outlook 2007. Thus I didn&#039;t have an opportunity to test the code on the new version. 

Regards, 

Seb</description>
		<content:encoded><![CDATA[<p>Hi Lorance, </p>
<p>my customers did not yet migrate to Outlook 2007. Thus I didn&#8217;t have an opportunity to test the code on the new version. </p>
<p>Regards, </p>
<p>Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorance</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-10093</link>
		<dc:creator>Lorance</dc:creator>
		<pubDate>Sat, 23 Jan 2010 08:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-10093</guid>
		<description>do you have a updated version for outlook 2007.
Thanks a lot
Lorance</description>
		<content:encoded><![CDATA[<p>do you have a updated version for outlook 2007.<br />
Thanks a lot<br />
Lorance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Thomschke</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-8595</link>
		<dc:creator>Sebastian Thomschke</dc:creator>
		<pubDate>Sat, 04 Jul 2009 23:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-8595</guid>
		<description>Hi John,
I think the problem is that the &quot;sent&quot; folder is a &lt;strong&gt;folder&lt;/strong&gt; in Outlook whereas it is a &lt;strong&gt;view &lt;/strong&gt; in Lotus Notes. So if the button should also make the e-mail available in the sent folder it would have to make a copy of the e-mail and place it there. Instead I&#039;d recommend you to create a custom view ( http://outlook-tips.net/howto/custom_views.htm ) showing all e-mails sent by you.

Regards,
Seb</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I think the problem is that the &#8220;sent&#8221; folder is a <strong>folder</strong> in Outlook whereas it is a <strong>view </strong> in Lotus Notes. So if the button should also make the e-mail available in the sent folder it would have to make a copy of the e-mail and place it there. Instead I&#8217;d recommend you to create a custom view ( <a href="http://outlook-tips.net/howto/custom_views.htm" rel="nofollow">http://outlook-tips.net/howto/custom_views.htm</a> ) showing all e-mails sent by you.</p>
<p>Regards,<br />
Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnBlack</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-8578</link>
		<dc:creator>JohnBlack</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-8578</guid>
		<description>Dear Sebastian, i&#039;ve installed your macro in Outlook 2007 and it works but not exactly how it worked in lotus notes. If you for exmaple would choose &quot;send and file&quot; it would send the email and copy it to a folder of your choosing. But it would also place the email (like any other mail you send) in the &quot;sent&quot; folder. Could you add this option so it will also put send emails in the actual addition &quot;send items&quot; folder</description>
		<content:encoded><![CDATA[<p>Dear Sebastian, i&#8217;ve installed your macro in Outlook 2007 and it works but not exactly how it worked in lotus notes. If you for exmaple would choose &#8220;send and file&#8221; it would send the email and copy it to a folder of your choosing. But it would also place the email (like any other mail you send) in the &#8220;sent&#8221; folder. Could you add this option so it will also put send emails in the actual addition &#8220;send items&#8221; folder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-8000</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 22 May 2009 23:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-8000</guid>
		<description>Works great and thanks a lot. You should note that it only works if you have Outlook as your default email editor. If Word is set as the email editor it will not work. Other wise a bunch of people at my office thank you.</description>
		<content:encoded><![CDATA[<p>Works great and thanks a lot. You should note that it only works if you have Outlook as your default email editor. If Word is set as the email editor it will not work. Other wise a bunch of people at my office thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Thomschke</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-7390</link>
		<dc:creator>Sebastian Thomschke</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-7390</guid>
		<description>Hi John,
I do not have access to Outlook 2007 so I cannot say if it works there or not.

Regards,
Seb</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I do not have access to Outlook 2007 so I cannot say if it works there or not.</p>
<p>Regards,<br />
Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnBlack</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-7388</link>
		<dc:creator>JohnBlack</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-7388</guid>
		<description>Dear Sebastian, does this also work for Outlook 2007 ?


ps: I&#039;m also experiencing another annoyance from the swith from Lotus to outlook. When working with multiple mail boxes, Lotus notes automatically switched the &quot;from field&quot; to display the fact that JohnBlack sent the mail from &quot;New mailbox&quot;.

So what i want is that when i send an email from another mailbox (not my own), Outlook automatically changes the from attribute to JohnBlack on behalf of New mailbox.

Thanks in advance,

JB</description>
		<content:encoded><![CDATA[<p>Dear Sebastian, does this also work for Outlook 2007 ?</p>
<p>ps: I&#8217;m also experiencing another annoyance from the swith from Lotus to outlook. When working with multiple mail boxes, Lotus notes automatically switched the &#8220;from field&#8221; to display the fact that JohnBlack sent the mail from &#8220;New mailbox&#8221;.</p>
<p>So what i want is that when i send an email from another mailbox (not my own), Outlook automatically changes the from attribute to JohnBlack on behalf of New mailbox.</p>
<p>Thanks in advance,</p>
<p>JB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Jacob</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/comment-page-1/#comment-7063</link>
		<dc:creator>Marcus Jacob</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/?p=119#comment-7063</guid>
		<description>Hallo Herr Thomschke,
habe o.a. Makros unter Outlook 2007 ausprobiert. Funktioniert prinzipiell auch. Schade ist nur, das die Schaltfl&#228;chen aufgrund der Ribbons nicht so sch&#246;n angeordnet sind wie bei OL2003. Habe Sie vielleicht schon Portierungen auf OL2007?

Mit freundlichen Gr&#252;ssen
Marcus Jacob</description>
		<content:encoded><![CDATA[<p>Hallo Herr Thomschke,<br />
habe o.a. Makros unter Outlook 2007 ausprobiert. Funktioniert prinzipiell auch. Schade ist nur, das die Schaltfl&auml;chen aufgrund der Ribbons nicht so sch&ouml;n angeordnet sind wie bei OL2003. Habe Sie vielleicht schon Portierungen auf OL2007?</p>
<p>Mit freundlichen Gr&uuml;ssen<br />
Marcus Jacob</p>
]]></content:encoded>
	</item>
</channel>
</rss>

