<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thebackroomtech &#187; Outlook</title>
	<atom:link href="http://thebackroomtech.com/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Use Command Line Switches in Outlook 2010</title>
		<link>http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/</link>
		<comments>http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 05:29:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[office]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">https://thebackroomtech.wordpress.com/?p=2219</guid>
		<description><![CDATA[By default, running Outlook.exe will launch the program and start it normally in Windows. This is what occurs when you click on the Outlook desktop icon. However, there are many times where it would be useful to alter the startup of Outlook 2010 by adding a command line switch. Instead of running outlook.exe, you can [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>By default, running Outlook.exe will launch the program and start it normally in Windows. This is what occurs when you click on the Outlook desktop icon. However, there are many times where it would be useful to alter the startup of Outlook 2010 by adding a command line switch.</p>
<p>Instead of running outlook.exe, you can add a switch such as shown below:</p>
<blockquote><p><strong>outlook.exe /safe</strong></p></blockquote>
<p>This will launch Outlook without the Reading Pane or any toolbar customizations and will turn off any COM add-ins. A helpful command if Outlook is crashing because of a recently installed add-in.</p>
<p>You can run Outlook 2010 with a command line switch in one of two ways: using the <strong>Run</strong> command and creating a shortcut.</p>
<h4><strong>Run Command</strong></h4>
<p>In Windows Vista and Windows 7, click on <strong>Start</strong>, and then type <strong>Run</strong> into the <strong>Search</strong> box. Press Enter and the Run dialog box will appear.</p>
<p>Enter the full path to the Outlook.exe file and include the path in quotes. After the quotes, you can type in the command line switch as shown below:</p>
<p><strong>&#8220;c:\program files\</strong><strong>microsoft</strong><strong> office\office14\outlook.exe&#8221; /</strong><strong>safe</strong></p>
<p><a href="http://174.36.240.130/wp-content/uploads/outlook2010commandlineswitch.png"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border:0;" title="outlook 2010 command line switch" src="http://174.36.240.130/wp-content/uploads/outlook2010commandlineswitch_thumb.png" border="0" alt="outlook 2010 command line switch" width="414" height="212" /></a></p>
<h4><strong>Windows Shortcut</strong></h4>
<p>If you want a more permanent solution, you could create a shortcut to the modified Outlook startup. Simply follow the first few steps of this previous article and type in the above mentioned path (including the quotes)where it says “Type the location of the item”.</p>
<p><a href="http://helpdeskgeek.com/windows-7/command-prompt-admin-rights-windows-7/">http://helpdeskgeek.com/windows-7/command-prompt-admin-rights-windows-7/</a></p>
<p>Basically, you right-click on the Desktop and choose Create Shortcut Wizard. After that, you just give it a path and a name and you’re done.</p>
<h4><strong>Outlook 2010 Command Line Switches</strong></h4>
<p>Below are some of my favorite command line switches that I have used in an IT environment.</p>
<p><strong>/a</strong> – Create a message with a specified file as an attachment, i.e. &#8220;c:\program files\microsoft office\office14\outlook.exe&#8221; /a &#8220;c:\my documents\test.doc&#8221;</p>
<p><strong>/c <em>messageclass</em></strong> – Creates a new item with a specific type of message class. Examples include:</p>
<ul>
<li>/c ipm.appointment creates an appointment</li>
<li>/c ipm.contact creates a contact</li>
<li>/c ipm.note creates an e-mail message</li>
<li>/c ipm.task creates a task</li>
</ul>
<p>/<strong>cleanautocompletecache</strong> – Removes everything, including names and email addresses, from the auto-complete list.</p>
<p>/<strong>cleanrules</strong> – Deletes all client and server based rules on Outlook startup.</p>
<p>/<strong>cleansharing</strong>- Useful if you cannot delete a RSS subscription from Outlook 2010. This will remove all RSS, Sharepoint, and Internet Calendar subscriptions from your account settings.</p>
<p>/<strong>nopreview</strong> – Starts Outlook 2010 with the Reading Pane turned off.</p>
<p><strong>/safe</strong> – Starts Outlook without Reading Pane, Toolbar Customizations, and COM add-ins.</p>
<p>There are many more command line switches and you can read about the rest on the Office website:</p>
<p><a href="http://office.microsoft.com/en-us/outlook-help/command-line-switches-for-outlook-2010-HP010354956.aspx">http://office.microsoft.com/en-us/outlook-help/command-line-switches-for-outlook-2010-HP010354956.aspx</a></p>
<p>If you need some help in using one of the switches, post a comment here and I will try to help! Enjoy!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/06/17/counting-the-number-of-files-in-a-directory-command-line-style/" title="Counting the number of files in a directory, command line style">Counting the number of files in a directory, command line style</a></li><li><a href="http://thebackroomtech.com/2009/06/10/assigning-netware-rights-via-the-command-line/" title="Assigning Netware rights via the command line">Assigning Netware rights via the command line</a></li><li><a href="http://thebackroomtech.com/2009/02/23/howto-authenticate-to-edirectory-via-the-novell-client-command-line-style/" title="Howto:  Authenticate to eDirectory via the Novell Client, command line style">Howto:  Authenticate to eDirectory via the Novell Client, command line style</a></li><li><a href="http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/" title="Converting Outlook Express .DBX files for use with Outlook 2007">Converting Outlook Express .DBX files for use with Outlook 2007</a></li><li><a href="http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/" title="Howto: Fix the Outlook 2007 Double Spacing Problem">Howto: Fix the Outlook 2007 Double Spacing Problem</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting Outlook Express .DBX files for use with Outlook 2007</title>
		<link>http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/</link>
		<comments>http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[office]]></category>
		<category><![CDATA[.DBX]]></category>
		<category><![CDATA[.EML]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook Express]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=372</guid>
		<description><![CDATA[Back in October 2007 I struggled with converting a user&#8217;s email from Outlook Express (OE) to Outlook. My problem was I neglected to export her OE email prior to joining her computer to the new Windows domain. I figured out a solution in the end, after hours of work. Life would have been so much [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Back in October 2007 <a href="http://thebackroomtech.wordpress.com/2007/10/03/outlook-express-email-messages-missing-after-connecting-to-sbs-2003-network/" target="_blank">I struggled with converting a user&#8217;s email</a> from Outlook Express (OE) to Outlook.  My problem was I neglected to export her OE email prior to joining her computer to the new Windows domain.  I figured out a solution in the end, after hours of work.</p>
<p>Life would have been so much simpler if I had know about the <a href="http://freenet-homepage.de/ukrebs/english/dbxconv.html" target="_blank">DBXconv</a> program, which I found via Claus&#8217;s <a href="http://grandstreamdreams.blogspot.com/2008/06/golden-finds-this-week.html" target="_blank">Grand Stream Dreams</a>.  DBXconv is freeware that extracts messages from OE5 and OE6 mailboxes into various formats.</p>
<p>As a test I <a href="http://freenet-homepage.de/ukrebs/download/dbxconv.zip" target="_blank">downloaded DBXconv</a> and saved it into a directory with a copy of my OE mailbox files.  I ran the following command to extract the messages into .eml format.</p>
<p><em>dbxconv -eml *.dbx</em></p>
<p>The utility quickly created a folder for each of my .dbx files and created an .eml file for each of my messages.  I was then able to import the files into Outlook 2007 by:</p>
<p>1) Dragging the .eml files into Windows Mail</p>
<p>2) Exporting the messages from Windows Mail</p>
<p>3) In Outlook 2007, Selecting <em>File &#8211; Import and Export &#8211; Import Internet Mail and Addresses</em></p>
<p>4) Select <em>Outlook Express 4.x, 5.x, 6.x or Windows Mail</em></p>
<p>5) Check the <em>Import Mail</em> and <em>Import Address book</em> boxes and press <em>Next</em></p>
<p>6) In the <em>Import Addresses</em> window you can set how you want duplicates to be handled &#8211; Select the option and click <em>Finish</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/" title="Use Command Line Switches in Outlook 2010">Use Command Line Switches in Outlook 2010</a></li><li><a href="http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/" title="Howto: Fix the Outlook 2007 Double Spacing Problem">Howto: Fix the Outlook 2007 Double Spacing Problem</a></li><li><a href="http://thebackroomtech.com/2008/03/25/howto-force-outlook-to-download-updated-exchange-offline-address-books/" title="Howto: Force Outlook to Download Updated Exchange Offline Address Books">Howto: Force Outlook to Download Updated Exchange Offline Address Books</a></li><li><a href="http://thebackroomtech.com/2008/01/25/problems-opening-outlook-attachments-with-google-desktop-search-installed/" title="Problems opening Outlook attachments with Google Desktop Search installed">Problems opening Outlook attachments with Google Desktop Search installed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Howto: Fix the Outlook 2007 Double Spacing Problem</title>
		<link>http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/</link>
		<comments>http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 05:49:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=327</guid>
		<description><![CDATA[I use Outlook 2007 and have experienced crazy formatting problems under certain circumstances that are not always reproducible. Here&#8217;s what I did to fix the problem: Close both Outlook and Word if they are running Browse to my C:\Documents and Settings\User\Application Data\Microsoft\Templates directory and rename the normal.dotm and normalemail.dotm files. These files will be automatically [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I use Outlook 2007 and have experienced crazy formatting problems under certain circumstances that are not always reproducible.  Here&#8217;s what I did to fix the problem:</p>
<ol>
<li>Close both Outlook and Word if they are running</li>
<li>Browse to my C:\Documents and Settings\User\Application Data\Microsoft\Templates directory and rename the normal.dotm and normalemail.dotm files.  These files will be automatically recreated the next time you launch Outlook.  Note that renaming these files may cause you to lose signatures and other custom settings.</li>
<li>Launch Outlook, then close Outlook. This will cause your normalemail.dotm file to be recreated.</li>
<li>Launch Word, then close Word. This will cause your normal.dotm file to be recreated.</li>
<li>Recreate your signatures if needed.</li>
<li>Repeat this process for any other user profiles you may have.</li>
</ol>
<p>I&#8217;m sure there is a more elegant way to fix this problem, but I&#8217;ve tried modifying everything I could think of inside both Outlook and Word &#8211; styles, formatting, stationary, Outlook templates, etc.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/" title="Use Command Line Switches in Outlook 2010">Use Command Line Switches in Outlook 2010</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2009/06/11/howto-export-a-list-of-all-computers-in-an-ad-ou/" title="HowTo: Export a list of all computers in an AD OU">HowTo: Export a list of all computers in an AD OU</a></li><li><a href="http://thebackroomtech.com/2009/04/29/howto-enable-debug-logging-for-backup-exec-for-windows-servers/" title="Howto: Enable debug logging for Backup Exec for Windows Servers">Howto: Enable debug logging for Backup Exec for Windows Servers</a></li><li><a href="http://thebackroomtech.com/2009/04/07/howto-specify-a-service-account-for-accessing-a-remote-data-path-in-iis-70/" title="Howto: Specify a service account for accessing a remote data path in IIS 7.0">Howto: Specify a service account for accessing a remote data path in IIS 7.0</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Howto: Force Outlook to Download Updated Exchange Offline Address Books</title>
		<link>http://thebackroomtech.com/2008/03/25/howto-force-outlook-to-download-updated-exchange-offline-address-books/</link>
		<comments>http://thebackroomtech.com/2008/03/25/howto-force-outlook-to-download-updated-exchange-offline-address-books/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 05:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Offline Address Book]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=295</guid>
		<description><![CDATA[I just created a new user on my Exchange 2003 server, and wanted to verify the new account was shown in the Global Address List (GAL). I&#8217;m using the Outlook 2007 client in cached mode, and I wanted to download the updated offline address book immediately, rather than waiting for it to perform it&#8217;s scheduled [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just created a new user on my Exchange 2003 server, and wanted to verify the new account was shown in the Global Address List (GAL).  I&#8217;m using the Outlook 2007 client in cached mode, and I wanted to download the updated offline address book immediately, rather than waiting for it to perform it&#8217;s scheduled download.</p>
<p><a href="http://support.microsoft.com/kb/841273/en-us" target="_blank">KB  841273</a> explains that:</p>
<ol>
<li>Outlook in cached mode automatically updates the offline address book on the client every 24 hours. The 24-hour time period is measured from the time that the offline address book was last downloaded successfully. For example, if you complete an offline address book download at 09:00 today, Outlook will start the offline address book download the next day at approximately 09:00. Therefore, different people will receive updates at different, random times.</li>
<li>Each day, the Exchange computer generates a full offline address book and a differential file from the previous day. The Exchange computer stores the differential file and the full file for the current day and stores only the differential files for the previous days.</li>
<li> The default setting on the Exchange computer is to generate an offline address book <u>differential</u> file every morning at 04:00.</li>
<li>By default, the Exchange computer generates the offline address book files every morning at 05:00.</li>
<li>Unless you notice the last time that Outlook downloaded the offline address book, you may not know when Outlook is scheduled to try the next offline address book download. No indicator in the Outlook user interface advises you of the offline address book download schedule.</li>
</ol>
<p>You can now see it&#8217;s virtually impossible to determine when my Outlook client would automatically receive the updated address list.</p>
<p>The steps I performed to force Exchange and Outlook to immediately synchronize the offline address books:</p>
<ol>
<li>One the server &#8211; Start Exchange System Manager, expand <span style="font-style:italic;">Recipients</span> &#8211; <span style="font-style:italic;">Offline Address Lists.  </span>Right click on your address list and select <span style="font-style:italic;">Rebuild</span>. You will be warned that it potentially could take a long time. Click <span style="font-style:italic;">Yes</span> to proceed with the rebuild. Wait a  few minutes, but if you have a small Exchange deployment this could finish in seconds.</li>
<li>On the client &#8211; In Outlook click on the down arrow next to Send/Receive to open the menu.  Click <span style="font-style:italic;">Download Address Book</span> &#8211; <span style="font-style:italic;">OK.  </span>Make sure that the <i>Download changes since last Send/Receive</i> check box is selected.</li>
</ol>
<div align="left"></div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/" title="Use Command Line Switches in Outlook 2010">Use Command Line Switches in Outlook 2010</a></li><li><a href="http://thebackroomtech.com/2010/08/19/configure-message-size-limits-in-exchange-2010/" title="Configure Message Size Limits in Exchange 2010">Configure Message Size Limits in Exchange 2010</a></li><li><a href="http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/" title="Converting Outlook Express .DBX files for use with Outlook 2007">Converting Outlook Express .DBX files for use with Outlook 2007</a></li><li><a href="http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/" title="Howto: Fix the Outlook 2007 Double Spacing Problem">Howto: Fix the Outlook 2007 Double Spacing Problem</a></li><li><a href="http://thebackroomtech.com/2008/04/15/microsoft-exchange-server-2007-shapes-and-icons-for-visio/" title="Microsoft Exchange Server 2007 Shapes and Icons for Visio">Microsoft Exchange Server 2007 Shapes and Icons for Visio</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/03/25/howto-force-outlook-to-download-updated-exchange-offline-address-books/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Problems opening Outlook attachments with Google Desktop Search installed</title>
		<link>http://thebackroomtech.com/2008/01/25/problems-opening-outlook-attachments-with-google-desktop-search-installed/</link>
		<comments>http://thebackroomtech.com/2008/01/25/problems-opening-outlook-attachments-with-google-desktop-search-installed/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 04:45:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[GDS]]></category>
		<category><![CDATA[Google Desktop Search]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=249</guid>
		<description><![CDATA[I haven&#8217;t run across this particular problem personally, but I thought I&#8217;d post it since I wasn&#8217;t able to find it documented anywhere else except on MSOutlook.info and in a few newsgroups. It appears that the problem with opening Outlook attachments is due to a bug in Google Desktop Search (GDS) version 5.5.0709.30344 released on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I haven&#8217;t run across this particular problem personally, but I thought I&#8217;d post it since I wasn&#8217;t able to find it documented anywhere else except on <a href="http://www.msoutlook.info">MSOutlook.info</a> and in a few newsgroups.</p>
<p>It appears that <a href="http://www.msoutlook.info/question/64" target="_blank">the problem with opening Outlook attachments is due to a bug in Google Desktop Search</a> (GDS) version 5.5.0709.30344 released on October 2, 2007.  It was fixed in version 5.6.0711.24354 released on December 6, 2007.</p>
<p>Uninstalling the old GDS and installing the updated version fixes the problem.  You can also try the following, which I found in a <a href="http://groups.google.com/group/Google-Desktop_Something-Broken/msg/01af2fc6039822fc" target="_blank">newsgroup</a>:</p>
<p>&#8220;After performing the following steps, I was able to open attachments<br />
in Outlook without completely uninstalling Google Desktop:</p>
<p>- In Outlook 2007, go to &#8220;Tools&#8221; &gt; &#8220;Trust Center&#8221;<br />
- Click &#8220;Add-ins&#8221; on the left-hand side of the resulting window<br />
- In the lower part of the window, change &#8220;Manage: COM Add-ins&#8221; to<br />
&#8220;Manage: Exchange Client Extensions&#8221;<br />
- Click &#8220;Go&#8230;&#8221;<br />
- Uncheck the &#8220;Google Desktop Search Outlook Add-in&#8221; then click &#8220;OK&#8221;</p>
<p>This leaves the Google Search Outlook toolbar available, so you can<br />
continue to use it to search for messages. The only downside is new<br />
messages won&#8217;t be indexed until you turn this add-in back on. So I<br />
just temporarily disable it on the rare occasions when I have to open<br />
a forwarded message.&#8221;</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/23/use-command-line-switches-in-outlook-2010/" title="Use Command Line Switches in Outlook 2010">Use Command Line Switches in Outlook 2010</a></li><li><a href="http://thebackroomtech.com/2008/06/27/converting-outlook-express-dbx-files-for-use-with-outlook-2007/" title="Converting Outlook Express .DBX files for use with Outlook 2007">Converting Outlook Express .DBX files for use with Outlook 2007</a></li><li><a href="http://thebackroomtech.com/2008/04/23/howto-fix-the-outlook-2007-double-spacing-problem/" title="Howto: Fix the Outlook 2007 Double Spacing Problem">Howto: Fix the Outlook 2007 Double Spacing Problem</a></li><li><a href="http://thebackroomtech.com/2008/03/25/howto-force-outlook-to-download-updated-exchange-offline-address-books/" title="Howto: Force Outlook to Download Updated Exchange Offline Address Books">Howto: Force Outlook to Download Updated Exchange Offline Address Books</a></li><li><a href="http://thebackroomtech.com/2007/12/19/groupwise-702-and-problems-sending-attachments/" title="Groupwise 7.0.2 and problems sending attachments">Groupwise 7.0.2 and problems sending attachments</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/25/problems-opening-outlook-attachments-with-google-desktop-search-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 22/65 queries in 0.018 seconds using disk: basic
Object Caching 662/735 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:32:59 -->
