<?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>zonalivre.org &#187; outlook</title>
	<atom:link href="http://www.zonalivre.org/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zonalivre.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Sep 2011 17:00:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding a signatures to all messages in Microsoft Outlook</title>
		<link>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/</link>
		<comments>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 11:52:17 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=73</guid>
		<description><![CDATA[Signature options are under:
Tools->Options->&#8221;Mail Format&#8221;->Signatures


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Signature options are under:</p>
<p>Tools->Options->&#8221;Mail Format&#8221;->Signatures</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2011/01/06/adding-a-signatures-to-all-messages-in-microsoft-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</title>
		<link>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/</link>
		<comments>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:42:31 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=64</guid>
		<description><![CDATA[Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221;


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Start->run..then type the following -> &#8220;Outlook.exe /resetnavpane&#8221;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/12/03/cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open a .eml file in Outlook 2007</title>
		<link>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/</link>
		<comments>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:26:39 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[eml]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=47</guid>
		<description><![CDATA[If you try to open a .eml file in Outlook 2007, it will create a new message containing the .eml file as an attachment.
In order to read .eml files from Outlook 2007, you need to pass the /eml argument to outlook.exe . This Microsoft kb article describes how to tweak the windows registry to accomplish [...]


Related posts:<ol><li><a href='http://www.zonalivre.org/2011/03/13/winetricks-fails-when-installing-vcrun2010/' rel='bookmark' title='Permanent Link: winetricks fails when installing vcrun2010'>winetricks fails when installing vcrun2010</a> <small>Problem: You run winetricks vcrun2010 But get the message: Using...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you try to open a .eml file in Outlook 2007, it will create a new message containing the .eml file as an attachment.</p>
<p>In order to read .eml files from Outlook 2007, you need to pass the /eml argument to outlook.exe . <a href="http://support.microsoft.com/kb/956693">This Microsoft kb article</a> describes how to tweak the windows registry to accomplish this.</p>
<p>Essentially you need to edit the HKEY_CLASSES_ROOT/Microsoft Internet Mail Message\shell\open\command default value to :<br />
&#8220;%ProgramFiles%\Microsoft Office\Office12\OUTLOOK.EXE&#8221; /eml &#8220;%1&#8243;</p>
<p>To revert back to using Outlook Express, set the value of the same key to:<br />
&#8220;%ProgramFiles%\Outlook Express\msimn.exe&#8221; /eml:%1</p>


<p>Related posts:<ol><li><a href='http://www.zonalivre.org/2011/03/13/winetricks-fails-when-installing-vcrun2010/' rel='bookmark' title='Permanent Link: winetricks fails when installing vcrun2010'>winetricks fails when installing vcrun2010</a> <small>Problem: You run winetricks vcrun2010 But get the message: Using...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.zonalivre.org/2009/10/15/how-to-open-a-eml-file-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

