<?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>Shami&#039;s Blog &#187; Outlook</title>
	<atom:link href="http://blog.al-shami.net/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.al-shami.net</link>
	<description>A Mushroom A Day Keeps The Koopas Away</description>
	<lastBuildDate>Wed, 03 Aug 2011 18:39:03 +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>Printing a page range in Outlook 2007</title>
		<link>http://blog.al-shami.net/2008/03/printing-a-page-range-in-outlook-2007/</link>
		<comments>http://blog.al-shami.net/2008/03/printing-a-page-range-in-outlook-2007/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 08:18:39 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=79</guid>
		<description><![CDATA[My current employer is switching from FirstClass to Microsoft Exchange. One of the questions I got from an employee was how to make Outlook print the first page of an email. When I went to the print dialog I was surprised that it doesn&#8217;t have a page range selection option, which surprised me. Having used [...]]]></description>
			<content:encoded><![CDATA[<p>My current employer is switching from FirstClass to Microsoft Exchange. One of the questions I got from an employee was how to make Outlook print the first page of an email. When I went to the print dialog I was surprised that it doesn&#8217;t have a page range selection option, which surprised me. Having used Windows since version 3.0 I found that option in all Windows applications.</p>
<p>Anyways, according to <a href="http://support.microsoft.com/kb/924141">Microsoft</a>, you can&#8217;t. That&#8217;s right, they removed one of the very basic options in email from their flagship email client.</p>
<p>The best alternative I found it is to preview in Internet Explorer and print from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/2008/03/printing-a-page-range-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Signatures with date fields in Microsoft Outlook</title>
		<link>http://blog.al-shami.net/2008/03/signatures-with-date-fields-in-microsoft-outlook/</link>
		<comments>http://blog.al-shami.net/2008/03/signatures-with-date-fields-in-microsoft-outlook/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 15:43:19 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[MYDATE]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=8</guid>
		<description><![CDATA[Ok, so today our CEO said he wanted everybody to stamp their emails with the sending date. It&#8217;s very simple to just add the date manually, but as you know, a good engineer is a lazy engineer. So this is how I did it: Add &#8220;$$MYDATE$$&#8221; to your signature but without the quotes, then add [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so today our CEO said he wanted everybody to stamp their emails with the sending date. It&#8217;s very simple to just add the date manually, but as you know, a good engineer is a lazy engineer. So this is how I did it:</p>
<p>Add &#8220;$$MYDATE$$&#8221; to your signature but without the quotes, then add this simple script to VBA:</p>
<pre>
<code>
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
    If Item.Class = olMail Then
        Dim Signature As String
        Signature = Format(Now(), "d/m/yyyy")
        Item.HTMLBody = Replace(Item.HTMLBody, "$$MYDATE$$", Signature, , 1)
    End If
End Sub
</code></pre>
<p>This should do it. This script will replace $$MYDATE$$ with the current date as soon as you hit the &#8220;Send&#8221; button. So you will still see &#8220;$$MYDATE$$&#8221; while you&#8217;re typing the message.</p>
<p>Just make sure you lower the macro security to medium.</p>
<p>Hope that helps</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/2008/03/signatures-with-date-fields-in-microsoft-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.al-shami.net/tag/outlook/feed/ ) in 0.34097 seconds, on May 22nd, 2012 at 10:07 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 11:07 am UTC -->
