<?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>Sytone&#039;s Ramblings &#187; outlook</title>
	<atom:link href="http://www.sytone.com/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sytone.com</link>
	<description>Me, Family, Life</description>
	<lastBuildDate>Sun, 20 Nov 2011 05:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting Outlook to use ISO values for week number.</title>
		<link>http://www.sytone.com/2011/10/setting-outlook-to-use-iso-values-for-week-number/</link>
		<comments>http://www.sytone.com/2011/10/setting-outlook-to-use-iso-values-for-week-number/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 16:09:55 +0000</pubDate>
		<dc:creator>Sytone</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.sytone.com/?p=438</guid>
		<description><![CDATA[ <p>If you want to set outlook to follow the ISO week you need to make the following changes:</p> <p>Outlook 2007 and previous</p> <p>Tools-&#62; Options…-&#62; button Calendar Options…</p> <p>Outlook 2010</p> <p>File-&#62; section Options-&#62; section Calendar</p> <p>&#160;</p> <p>Set the following Options:</p> <p>First day of week: Monday</p> <p>First week of year: First 4-day week</p> ]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sytone.com%2F2011%2F10%2Fsetting-outlook-to-use-iso-values-for-week-number%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sytone.com%2F2011%2F10%2Fsetting-outlook-to-use-iso-values-for-week-number%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you want to set outlook to follow the ISO week you need to make the following changes:</p>
<p><strong>Outlook 2007 and previous</strong></p>
<p>Tools-&gt; Options…-&gt; button Calendar Options…</p>
<p><strong>Outlook 2010</strong></p>
<p>File-&gt; section Options-&gt; section Calendar</p>
<p>&nbsp;</p>
<p><span style="font-weight: normal;"><strong>Set the following Options:</strong></span></p>
<p><em>First day of week</em>: Monday</p>
<p><em>First week of year</em>: First 4-day week</p>
<div class="shr-publisher-438"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2011%2F10%2Fsetting-outlook-to-use-iso-values-for-week-number%2F' data-shr_title='Setting+Outlook+to+use+ISO+values+for+week+number.'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2011%2F10%2Fsetting-outlook-to-use-iso-values-for-week-number%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2011%2F10%2Fsetting-outlook-to-use-iso-values-for-week-number%2F' data-shr_title='Setting+Outlook+to+use+ISO+values+for+week+number.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.sytone.com/2011/10/setting-outlook-to-use-iso-values-for-week-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a Outlook MailItem from a Ribbon Event</title>
		<link>http://www.sytone.com/2010/02/getting-a-outlook-mailitem-from-a-ribbon-event/</link>
		<comments>http://www.sytone.com/2010/02/getting-a-outlook-mailitem-from-a-ribbon-event/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 10:01:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.sytone.com/?p=167</guid>
		<description><![CDATA[ <p>You may find this code block handy:</p> /// /// Gets the mail item selected in the explorer view if one is selected or instance if that is the view active. /// /// The instance containing the event data. /// A Outlook.MailItem for the mail being viewed. private Outlook.MailItem GetMailItem(RibbonControlEventArgs e) { // Check to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sytone.com%2F2010%2F02%2Fgetting-a-outlook-mailitem-from-a-ribbon-event%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sytone.com%2F2010%2F02%2Fgetting-a-outlook-mailitem-from-a-ribbon-event%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>You may find this code block handy:</p>
<pre class="brush:csharp">        ///
        /// Gets the mail item selected in the explorer view if one is selected or instance if that is the view active.
        ///
        ///
The  instance containing the event data.
        /// A Outlook.MailItem for the mail being viewed.
        private Outlook.MailItem GetMailItem(RibbonControlEventArgs e)
        {
            // Check to see if a item is select in explorer or we are in inspector.
            if (e.Control.Context is Outlook.Inspector)
            {
                Outlook.Inspector inspector = (Outlook.Inspector)e.Control.Context;

                if (inspector.CurrentItem is Outlook.MailItem)
                {
                    return inspector.CurrentItem as Outlook.MailItem;
                }
            }

            if (e.Control.Context is Outlook.Explorer)
            {
                Outlook.Explorer explorer = (Outlook.Explorer)e.Control.Context;

                Outlook.Selection selectedItems = explorer.Selection;
                if (selectedItems.Count != 1)
                {
                    return null;
                }

                if (selectedItems[1] is Outlook.MailItem)
                {
                    return selectedItems[1] as Outlook.MailItem;
                }
            }

            return null;
        }</pre>
<div class="shr-publisher-167"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2010%2F02%2Fgetting-a-outlook-mailitem-from-a-ribbon-event%2F' data-shr_title='Getting+a+Outlook+MailItem+from+a+Ribbon+Event'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2010%2F02%2Fgetting-a-outlook-mailitem-from-a-ribbon-event%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.sytone.com%2F2010%2F02%2Fgetting-a-outlook-mailitem-from-a-ribbon-event%2F' data-shr_title='Getting+a+Outlook+MailItem+from+a+Ribbon+Event'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.sytone.com/2010/02/getting-a-outlook-mailitem-from-a-ribbon-event/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.sytone.com @ 2012-02-07 03:50:24 by W3 Total Cache -->
