<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'DevMsgTeam'</title><link>http://blogs.msdn.com/search/SearchResults.aspx?q=&amp;tag=DevMsgTeam&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'DevMsgTeam'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Outlook 2007 : How to obtain Proxy addresses using Outlook Object Model (for an ExchangeUser Object)?</title><link>http://blogs.msdn.com/deva/archive/2009/12/30/outlook-2007-how-to-obtain-proxy-addresses-using-outlook-object-model-for-an-exchangeuser-object.aspx</link><pubDate>Wed, 30 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942114</guid><dc:creator>deva</dc:creator><description>&lt;p&gt;Earlier i had a requirement, how to obtain Proxy addresses for a specific user programmatically'; also they preferred to do this by using Outlook Object Model API.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Please Note:&lt;/em&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The &lt;strong&gt;ExchangeUser&lt;/strong&gt; object does not directly expose the proxy addresses for the user. &lt;/li&gt;    &lt;li&gt;However, you can use the &lt;strong&gt;PropertyAccessor&lt;/strong&gt; object to obtain the MAPI property &lt;strong&gt;PR_EMS_AB_PROXY_ADDRESSES&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;This property is a multi-valued string property that contains all the foreign addresses for a given user. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here is a simple code snippet, which returns an array of strings containing the proxy addresses for the &lt;strong&gt;ExchangeUser&lt;/strong&gt; object passed as a method argument.&lt;/p&gt;  &lt;div class="csharpcode"&gt;   &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;private&lt;/span&gt; &lt;span class="kwrd"&gt;string&lt;/span&gt;[] GetProxyAddresses(Outlook.ExchangeUser exchUser) &lt;/pre&gt;

  &lt;pre&gt;{ &lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;const&lt;/span&gt; &lt;span class="kwrd"&gt;string&lt;/span&gt; PR_EMS_AB_PROXY_ADDRESSES = &lt;span class="str"&gt;&amp;quot;http://schemas.microsoft.com/mapi/proptag/0x800F101E&amp;quot;&lt;/span&gt;; &lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;if&lt;/span&gt; (exchUser != &lt;span class="kwrd"&gt;null&lt;/span&gt;) &lt;/pre&gt;

  &lt;pre class="alt"&gt;    { &lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;return&lt;/span&gt; exchUser.PropertyAccessor.GetProperty( &lt;/pre&gt;

  &lt;pre class="alt"&gt;            PR_EMS_AB_PROXY_ADDRESSES) &lt;span class="kwrd"&gt;as&lt;/span&gt; &lt;span class="kwrd"&gt;string&lt;/span&gt;[]; &lt;/pre&gt;

  &lt;pre&gt;    } &lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;else&lt;/span&gt; &lt;/pre&gt;

  &lt;pre&gt;    { &lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;throw&lt;/span&gt; &lt;span class="kwrd"&gt;new&lt;/span&gt; ArgumentNullException(); &lt;/pre&gt;

  &lt;pre&gt;    } &lt;/pre&gt;

  &lt;pre class="alt"&gt;}&lt;/pre&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Development : Is Visual Basic 6.0 Runtime still supported?</title><link>http://blogs.msdn.com/deva/archive/2009/12/30/development-is-visual-basic-6-0-runtime-still-supported.aspx</link><pubDate>Wed, 30 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942392</guid><dc:creator>deva</dc:creator><description>&lt;P&gt;We get many request/references regarding support of Visual Basic 6.0 runtime support for various Microsoft Operating systems including MS Windows 7.&lt;/P&gt;
&lt;P&gt;There is a wonderful article regarding this MSDN article titled “&lt;A href="http://msdn.microsoft.com/en-us/vbrun/ms788708.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/vbrun/ms788708.aspx"&gt;Support Statement for Visual Basic 6.0 on Windows Vista, Windows&lt;/A&gt;”. It states that the “…&lt;EM&gt;Visual Basic team is committed to “It Just Works” compatibility for Visual Basic 6.0 applications on Windows Vista, Windows Server 2008 including R2, and Windows 7. The Visual Basic team’s goal is that Visual Basic 6.0 applications that run on Windows XP will also run on Windows Vista, Windows Server 2008 and Windows 7. The Visual Basic team is also committed to the Visual Basic 6.0 development environment running on Windows Vista, Windows Server 2008 and Windows 7…”&lt;/EM&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;BR&gt;In short, as detailed in this document, the core Visual Basic 6.0 runtime will be supported for the full lifetime of Windows Vista, Windows Server 2008 and Windows 7, which is five years of mainstream support followed by five years of extended support (&lt;A href="http://support.microsoft.com/gp/lifepolicy" mce_href="http://support.microsoft.com/gp/lifepolicy"&gt;http://support.microsoft.com/gp/lifepolicy&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;We need to understand certain things here. I want to provide certain excerpts out of this Support statement. In general, Visual Basic 6.0 is made up of these key deliverables:&lt;/P&gt;
&lt;P&gt;· &lt;STRONG&gt;Visual Basic 6.0 IDE&lt;/STRONG&gt; [Integrated Development Environment] &lt;BR&gt;· &lt;STRONG&gt;Visual Basic 6.0 Runtime&lt;/STRONG&gt; -- the base libraries and execution engine used to run VB 6.0 applications &lt;BR&gt;· &lt;STRONG&gt;Visual Basic 6.0 Runtime Extended Files&lt;/STRONG&gt; – select ActiveX control OCX files, libraries, and tools shipping with the IDE media and as an online release&lt;/P&gt;
&lt;P&gt;&lt;B&gt;The Visual Basic 6.0 IDE&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The Visual Basic 6.0 IDE will be supported on Windows Vista and Windows Server 2008 as part of the Visual Basic 6.0 Extended Support policy until April 8, 2008.&amp;nbsp; Both the Windows and Visual Basic teams tested the Visual Basic 6.0 IDE on Windows Vista and Windows Server 2008.&amp;nbsp; This announcement does not change the support policy for the IDE. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;The Visual Basic 6.0 Runtime&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The Visual Basic 6.0 runtime is defined as the compiled binary files originally included in the redistribution list for Visual Basic 6.0.&amp;nbsp; These files were marked as distributable in the original Visual Basic 6.0 license.&amp;nbsp; Examples of these files include the Visual Basic 6.0 runtime library (msvbvm60.dll), controls (i.e. msflxgrd.ocx) along with runtime support files for other major functional areas (i.e. MDAC).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The runtime is divided into the three groups:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;· &lt;STRONG&gt;Supported Runtime Files – Shipping in the OS&lt;/STRONG&gt;: Key Visual Basic 6.0 runtime files, used in the majority of application scenarios, are shipping in and supported for the lifetime of Windows Vista, or Windows Server 2008, or Windows 7. This lifetime is five years of mainstream support and five years of extended support from the time that a given version of Windows ships.&amp;nbsp; These files have been tested for compatibility as part of our testing of Visual Basic 6.0 applications running on Windows Vista.&amp;nbsp; Note: the list of files shipping in Windows Vista, Windows Server 2008, Windows 7, and Windows XP are nearly identical and redist requirements for applications should be nearly identical.&amp;nbsp; One key difference is TriEdit.dll was removed from Windows Vista and later versions.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;· &lt;STRONG&gt;Supported Runtime Files – Extended Files to Distribute with your application&lt;/STRONG&gt;: extended list of key controls, libraries, and tools that are installed from the IDE media or from Microsoft.com to the developer machine.&amp;nbsp; Typically the VB6 IDE installed these controls to the developer machine by default.&amp;nbsp; The developer still needs to redistribute these files with the application.&amp;nbsp; The supported version of the files is available online on the Microsoft Download Center (&lt;A href="http://go.microsoft.com/fwlink/?LinkID=142927" mce_href="http://go.microsoft.com/fwlink/?LinkID=142927"&gt;http://go.microsoft.com/fwlink/?LinkID=142927&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;· &lt;STRONG&gt;Unsupported Runtime Files&lt;/STRONG&gt;: Some files have either fallen out of mainstream support or they were never included as a part of the runtime redist (e.g. they were included in \Tools folder on the IDE media to support legacy VB4/VB5 applications or they were 3&lt;SUP&gt;rd&lt;/SUP&gt; party controls).&amp;nbsp; These files are not supported on Windows Vista or Windows Server 2008; instead they are subject to whatever support agreement applies to the media they were shipped with.&amp;nbsp; These files have been tested to work on Vista as part of our application compatibility and testing process, but this implies no warranties around support and servicing.&amp;nbsp; In some instances, later versions of these libraries are supported.&amp;nbsp; Details on backward compatibility or migration to supported versions are provided below. &lt;/P&gt;
&lt;P&gt;The Visual Basic 6.0 runtime has been tested for compatibility between Windows XP and Windows Vista / Windows Server 2008/Windows 7 with a goal that applications work similarly on these operating systems.&amp;nbsp; As with any release of the operating system, there may be differences in functionality that will require modifications to your applications.&amp;nbsp; These differences will be addressed on a case-by-case basis via normal support channels.&amp;nbsp; Any issues that are found will be documented on the Visual Basic Support site (&lt;A href="http://msdn2.microsoft.com/en-us/vbasic/ms789193.aspx" mce_href="http://msdn2.microsoft.com/en-us/vbasic/ms789193.aspx"&gt;http://msdn2.microsoft.com/en-us/vbasic/ms789193.aspx&lt;/A&gt;).&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For specific details on the files included in each support group see the “Runtime Definition” section below. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Visual Basic 6.0 Support Lifetime&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Supporting and/or shipping Visual Basic 6.0 runtime binaries on Windows Vista/Windows Server 2008/Windows 7 does not change the support policy for the Visual Basic 6.0 IDE or Visual Studio 6.0 IDE as a whole.&amp;nbsp; Those products will move out of extended support in April 8, 2008. &lt;/P&gt;
&lt;P&gt;Further details on the support policy for the Visual Basic 6.0 and Visual Studio 6.0 products can be found at &lt;A href="http://msdn2.microsoft.com/en-us/vstudio/aa718686.aspx" mce_href="http://msdn2.microsoft.com/en-us/vstudio/aa718686.aspx"&gt;http://msdn2.microsoft.com/en-us/vstudio/aa718686.aspx&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Details on the support lifecycle of Microsoft products can be found at &lt;A href="http://support.microsoft.com/gp/lifepolicy" mce_href="http://support.microsoft.com/gp/lifepolicy"&gt;http://support.microsoft.com/gp/lifepolicy&lt;/A&gt;.&amp;nbsp;&amp;nbsp; As a part of this support lifecycle, Microsoft will continue to support the Visual Basic 6.0 runtime on Windows NT 4.0, Windows 2000, Windows XP and Windows Server 2003 for the support lifetime of those operating systems.&amp;nbsp; This means, for example, that the Visual Basic 6.0 runtime will be supported on Windows Server 2003 until June, 2008 for Mainstream Support and June, 2013 for Extended Support.&lt;/P&gt;
&lt;P&gt;For more details on the support lifecycle or to find out about additional support options, please visit our support page at &lt;A href="http://www.microsoft.com/support" mce_href="http://www.microsoft.com/support"&gt;http://www.microsoft.com/support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;64-Bit Windows&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Visual Basic 6.0 runtime files are 32-bit.&amp;nbsp; These files ship in 64-bit Windows Operating Systems referenced in the table below.&amp;nbsp; 32-bit VB6 applications and components are supported in the WOW emulation environment only.&amp;nbsp; 32-bit components must also be hosted in 32-bit application processes. &lt;/P&gt;
&lt;P&gt;The Visual Basic 6.0 IDE has never been offered in a native 64-bit version, nor has the 32-bit IDE been supported on 64-bit Windows.&amp;nbsp; VB6 development on 64-bit Windows is not and will not be supported. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Windows 7&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Since the initial release of this support statement, the Windows 7 operating system has been announced.&amp;nbsp; This document has been updated to clarify Microsoft’s support for VB6 on Windows 7.&lt;/P&gt;
&lt;P&gt;VB6 runtime will ship and will be supported in Windows 7 for the lifetime of the OS.&amp;nbsp; Developers can think of the support story for Vista being the same as it is for Windows 7.&amp;nbsp; However there are no plans to include VB6 runtime in future versions of Windows beyond Windows 7.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Supported Windows Operating System Versions&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;This section provides additional information regarding the operating systems that offer some level of support for VB6.&amp;nbsp; 
&lt;TABLE style="BORDER-BOTTOM: #666666 1pt solid; BORDER-LEFT: #666666 1pt solid; BORDER-TOP: #666666 1pt solid; BORDER-RIGHT: #666666 1pt solid; mso-cellspacing: 0in; mso-border-alt: solid #666666 .75pt; mso-yfti-tbllook: 1184; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #666666 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-top-alt: solid #666666 .75pt" vAlign=top rowSpan=2&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows Operating System&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #666666 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-top-alt: solid #666666 .75pt" vAlign=top colSpan=3&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Has support? &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;VB6 Supported Runtime - Files Shipping in Windows&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;VB6 Supported Runtime – Extended Files to Distribute with Your Application&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;VB6 IDE&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 7, all 32bit editions 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes * 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes * 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 7, all 64bit editions 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* &lt;BR&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* &lt;BR&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;No 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 4"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows Vista, all&amp;nbsp; 32bit editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 5"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows Vista, all x64 editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;No 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 6"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows Server 2008, all 32bit editions including R2&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 7"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows Server 2008, all x64 editions including R2&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;No 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 8"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows XP, all 32bit editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 9"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows XP, all x64 editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;No 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 10"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 2003 server, all 32bit editions including R2&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 11"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 2003 server. all x64 editions including R2&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN-BOTTOM: 9pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;32bit apps running in WOW only 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;No 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 12"&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 2000 Professional, all editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #333333 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 13; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #666666 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-bottom-alt: solid #666666 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'"&gt;Windows 2000 Server, all editions&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #666666 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-bottom-alt: solid #666666 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #666666 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-bottom-alt: solid #666666 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes* 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #666666 1pt solid; BORDER-LEFT: #333333 1pt solid; PADDING-BOTTOM: 3.75pt; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #333333 1pt solid; BORDER-RIGHT: #333333 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #333333 .75pt; mso-border-bottom-alt: solid #666666 .75pt" vAlign=top&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; COLOR: #333333; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Yes*, Extended support until April 2008, Custom Support after April 2008 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; VB6 runtime support is limited by the OS support lifecycle.&amp;nbsp; E.g. if the target OS is in Extended support, VB6 cannot have a higher level of support than Extended support.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Visual Basic 6.0 Runtime Usage Inside VBA and Office&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Visual Basic for Applications, or VBA, is a distinct technology commonly used for application automation and macros inside of other applications, most commonly inside Microsoft Office applications.&amp;nbsp; VBA ships as a part of Office and therefore the support for VBA is governed by the support policy of Office.&amp;nbsp; However, there are situations where VBA is used to call or host Visual Basic 6.0 runtime binaries and controls.&amp;nbsp; In these situations, Visual Basic 6.0 supported runtime files in the OS and the extended file list are also supported when used inside of a supported VBA environment.&lt;/P&gt;
&lt;P&gt;For VB6 runtime scenarios to be supported inside VBA, all of the following must be true:&lt;/P&gt;
&lt;P&gt;· The host OS version for VB runtime is still supported&lt;/P&gt;
&lt;P&gt;· The host version of Office for VBA is still supported&lt;/P&gt;
&lt;P&gt;· The runtime files in question are still supported&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Visual Basic Script (VBScript)&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;VBScript is unrelated to Visual Basic 6.0 and this support statement.&amp;nbsp; However, VBScript is currently shipping as a part Windows Vista, Windows Server 2008 and Windows 7 and is governed by the OS support lifecycle.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Third Party Components&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Microsoft is unable to provide support for third party components, such as OCX/ActiveX controls.&amp;nbsp; &lt;EM&gt;Customers are encouraged to contact the original control vendor for details on support for those components&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Reporting Issues with VB 6.0 Application Running on Windows Vista, and Windows 7&lt;/STRONG&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Developers planning to use Visual Basic 6.0 with Windows Vista should install Windows Vista and begin application compatibility testing using original application acceptance testing. &lt;/P&gt;
&lt;P&gt;If you find an issue with your Visual Basic 6.0 application running on Windows Vista or Windows 7 (where the same code worked as expected on Windows XP), please follow your normal support channels to report the issue. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Supported and Shipping in Windows Vista&lt;STRONG&gt;, Windows Server 2008, and Windows 7&lt;/STRONG&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt; 
&lt;TABLE border=1 cellPadding=0 width=603&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=159&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;atl.dll &lt;BR&gt;asycfilt.dll &lt;BR&gt;comcat.dll &lt;BR&gt;compobj.dll &lt;BR&gt;dbnmpntw.dll &lt;BR&gt;dcomcnfg.exe &lt;BR&gt;dllhost.exe &lt;BR&gt;ds16gt.dll &lt;BR&gt;ds32gt.dll &lt;BR&gt;expsrv.dll &lt;BR&gt;hh.exe &lt;BR&gt;hhctrl.ocx &lt;BR&gt;imagehlp.dll &lt;BR&gt;iprop.dll &lt;BR&gt;itircl.dll &lt;BR&gt;itss.dll &lt;BR&gt;mfc40.dll &lt;BR&gt;mfc42.dll &lt;BR&gt;mfc42enu.dll &lt;BR&gt;msadce.dll &lt;BR&gt;msadcer.dll &lt;BR&gt;msadcf.dll &lt;BR&gt;msadcfr.dll &lt;BR&gt;msadco.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=140&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;msadcor.dll &lt;BR&gt;msadcs.dll &lt;BR&gt;msadds.dll &lt;BR&gt;msaddsr.dll &lt;BR&gt;msader15.dll &lt;BR&gt;msado15.dll &lt;BR&gt;msador15.dll &lt;BR&gt;msadrh15.dll &lt;BR&gt;mscpxl32.dll &lt;BR&gt;msdadc.dll &lt;BR&gt;msdaenum.dll &lt;BR&gt;msdaer.dll &lt;BR&gt;msdaora.dll &lt;BR&gt;msdaosp.dll &lt;BR&gt;msdaprst.dll &lt;BR&gt;msdaps.dll &lt;BR&gt;msdasc.dll &lt;BR&gt;msdasql.dll &lt;BR&gt;msdasqlr.dll &lt;BR&gt;msdatsrc.tlb &lt;BR&gt;msdatt.dll &lt;BR&gt;msdfmap.dll &lt;BR&gt;msdfmap.ini &lt;BR&gt;msjtes40.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=126&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;msorcl32.dll &lt;BR&gt;msvbvm60.dll &lt;BR&gt;msvcirt.dll &lt;BR&gt;msvcrt.dll &lt;BR&gt;msvcrt40.dll &lt;BR&gt;mtxdm.dll &lt;BR&gt;mtxoci.dll &lt;BR&gt;odbc16gt.dll &lt;BR&gt;odbc32.dll &lt;BR&gt;odbc32gt.dll &lt;BR&gt;odbcad32.exe &lt;BR&gt;odbccp32.cpl &lt;BR&gt;odbccp32.dll &lt;BR&gt;odbccr32.dll &lt;BR&gt;odbccu32.dll &lt;BR&gt;odbcint.dll &lt;BR&gt;odbcji32.dll &lt;BR&gt;odbcjt32.dll &lt;BR&gt;odbctrac.dll &lt;BR&gt;oddbse32.dll &lt;BR&gt;odexl32.dll &lt;BR&gt;odfox32.dll &lt;BR&gt;odpdx32.dll &lt;BR&gt;odtext32.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=176&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;ole2.dll &lt;BR&gt;ole32.dll &lt;BR&gt;oleaut32.dll &lt;BR&gt;oleaut32.dll &lt;BR&gt;oledb32.dll &lt;BR&gt;oledb32r.dll &lt;BR&gt;oledlg.dll &lt;BR&gt;olepro32.dll &lt;BR&gt;olethk32.dll &lt;BR&gt;regsvr32.exe &lt;BR&gt;rpcns4.dll &lt;BR&gt;rpcrt4.dll &lt;BR&gt;scrrun.dll &lt;BR&gt;secur32.dll &lt;BR&gt;simpdata.tlb &lt;BR&gt;sqloledb.dll &lt;BR&gt;sqlsrv32.dll &lt;BR&gt;stdole2.tlb &lt;BR&gt;stdole32.tlb &lt;BR&gt;storage.dll &lt;BR&gt;vbajet32.dll &lt;BR&gt;vfpodbc.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Supported Runtime Files to Distribute with Your Application&lt;/B&gt;&lt;B&gt;&lt;/B&gt; 
&lt;TABLE border=1 cellPadding=0 width=605&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=162&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;comct232.ocx &lt;BR&gt;comct332.ocx &lt;BR&gt;comctl32.ocx &lt;BR&gt;comdlg32.ocx &lt;BR&gt;dbadapt.dll &lt;BR&gt;dbgrid32.ocx &lt;BR&gt;dblist32.ocx &lt;BR&gt;mci32.ocx &lt;BR&gt;msadodc.ocx&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=138&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;msbind.dll &lt;BR&gt;mscdrun.dll &lt;BR&gt;mschrt20.ocx &lt;BR&gt;mscomct2.ocx &lt;BR&gt;mscomctl.ocx &lt;BR&gt;mscomm32.ocx &lt;BR&gt;msdatgrd.ocx &lt;BR&gt;msdatlst.ocx &lt;BR&gt;msdatrep.ocx&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=126&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;msdbrptr.dll &lt;BR&gt;msflxgrd.ocx &lt;BR&gt;mshflxgd.ocx &lt;BR&gt;mshtmpgr.dll &lt;BR&gt;msinet.ocx &lt;BR&gt;msmapi32.ocx &lt;BR&gt;msmask32.ocx &lt;BR&gt;msrdc20.ocx &lt;BR&gt;msrdo20.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=177&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#008000&gt;msstdfmt.dll &lt;BR&gt;msstkprp.dll &lt;BR&gt;mswcrun.dll &lt;BR&gt;mswinsck.ocx &lt;BR&gt;picclp32.ocx &lt;BR&gt;richtx32.ocx &lt;BR&gt;sysinfo.ocx &lt;BR&gt;tabctl32.ocx&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Unsupported, But Supported and Compatible Updates or Upgrades are Available&lt;/B&gt;&lt;B&gt;&lt;/B&gt; 
&lt;TABLE border=1 cellPadding=0 width=604&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=162&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#ff0000&gt;dao350.dll &lt;BR&gt;mdac_typ.exe &lt;BR&gt;mschart.ocx &lt;BR&gt;msdaerr.dll &lt;BR&gt;msdatl2.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=137&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#ff0000&gt;msexch35.dll &lt;BR&gt;msexcl35.dll &lt;BR&gt;msjet35.dll &lt;BR&gt;msjint35.dll &lt;BR&gt;msjt4jlt.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=129&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#ff0000&gt;msjter35.dll &lt;BR&gt;msjtor35.dll &lt;BR&gt;msltus35.dll &lt;BR&gt;mspdox35.dll &lt;BR&gt;msrd2x35.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=174&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#ff0000&gt;msrepl35.dll &lt;BR&gt;mstext35.dll &lt;BR&gt;msxbse35.dll &lt;BR&gt;odbctl32.dll &lt;BR&gt;oledb32x.dll&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Unsupported Runtime Files&lt;/B&gt;&lt;B&gt;&lt;/B&gt; 
&lt;TABLE border=1 cellPadding=0 width=599&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=164&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;anibtn32.ocx &lt;BR&gt;graph32.ocx &lt;BR&gt;keysta32.ocx &lt;BR&gt;autmgr32.exe &lt;BR&gt;autprx32.dll &lt;BR&gt;racmgr32.exe &lt;BR&gt;racreg32.dll &lt;BR&gt;grid32.ocx &lt;BR&gt;msoutl32.ocx&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=136&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;spin32.ocx &lt;BR&gt;gauge32.ocx &lt;BR&gt;gswdll32.dll &lt;BR&gt;ciscnfg.exe &lt;BR&gt;olecnv32.dll &lt;BR&gt;rpcltc1.dll &lt;BR&gt;rpcltc5.dll &lt;BR&gt;rpcltccm.dll &lt;BR&gt;rpclts5.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=130&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;rpcltscm.dll &lt;BR&gt;rpcmqcl.dll &lt;BR&gt;rpcmqsvr.dll &lt;BR&gt;rpcss.exe &lt;BR&gt;dbmsshrn.dll &lt;BR&gt;dbmssocn.dll &lt;BR&gt;windbver.exe &lt;BR&gt;msderun.dll &lt;BR&gt;odkob32.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=167&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;rdocurs.dll &lt;BR&gt;vbar332.dll &lt;BR&gt;visdata.exe &lt;BR&gt;vsdbflex.srg &lt;BR&gt;threed32.ocx &lt;BR&gt;MSWLess.ocx &lt;BR&gt;tlbinf32.dll &lt;BR&gt;triedit.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Localization Support Binaries&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The following binaries are necessary for supporting Visual Basic 6.0 applications running on localized versions of the Vista and Windows 7 operating system.&amp;nbsp; They are supported but are not shipped in Vista.&amp;nbsp; These files are required to be shipped with your application setup.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Supported Runtime Files to Distribute with Your Application&lt;/STRONG&gt;&lt;B&gt;&lt;/B&gt; 
&lt;TABLE border=1 cellPadding=0 width=598&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width=154&gt;
&lt;P&gt;&lt;STRONG&gt;JPN&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=131&gt;
&lt;P&gt;&lt;STRONG&gt;KOR&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=128&gt;
&lt;P&gt;&lt;STRONG&gt;CHT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=183&gt;
&lt;P&gt;&lt;STRONG&gt;CHS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=154&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42jpn.dll &lt;BR&gt;scrrnjp.dll &lt;BR&gt;vb6jp.dll &lt;BR&gt;cmct2jp.dll &lt;BR&gt;cmct3jp.dll &lt;BR&gt;mscc2jp.dll &lt;BR&gt;cmctljp.dll &lt;BR&gt;cmdlgjp.dll &lt;BR&gt;mscmcjp.dll &lt;BR&gt;dbgrdjp.dll &lt;BR&gt;dblstjp.dll &lt;BR&gt;mcijp.dll &lt;BR&gt;msadnjp.dll &lt;BR&gt;adodcjp.dll &lt;BR&gt;mschtjp.dll &lt;BR&gt;msch2jp.dll &lt;BR&gt;mscomjp.dll &lt;BR&gt;datgdjp.dll &lt;BR&gt;datlsjp.dll &lt;BR&gt;datrpjp.dll &lt;BR&gt;dbrprjp.dll &lt;BR&gt;flxgdjp.dll &lt;BR&gt;mshfgjpn.dll &lt;BR&gt;htmprjp.dll &lt;BR&gt;inetjp.dll &lt;BR&gt;msmpijp.dll &lt;BR&gt;msmskjp.dll &lt;BR&gt;rdc20jp.dll &lt;BR&gt;rdo20jp.dll &lt;BR&gt;stdftjp.dll &lt;BR&gt;mswcrjp.dll &lt;BR&gt;winskjp.dll &lt;BR&gt;pcclpjp.dll &lt;BR&gt;rchtxjp.dll &lt;BR&gt;sysinjp.dll &lt;BR&gt;tabctjp.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=131&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42kor.dll &lt;BR&gt;scrrnko.dll &lt;BR&gt;vb6ko.dll &lt;BR&gt;cmct2ko.dll &lt;BR&gt;cmct3ko.dll &lt;BR&gt;mscc2ko.dll &lt;BR&gt;cmctlko.dll &lt;BR&gt;cmdlgko.dll &lt;BR&gt;mscmcko.dll &lt;BR&gt;dbgrdko.dll &lt;BR&gt;dblstko.dll &lt;BR&gt;mciko.dll &lt;BR&gt;msadnko.dll &lt;BR&gt;adodcko.dll &lt;BR&gt;mschtko.dll &lt;BR&gt;msch2ko.dll &lt;BR&gt;mscomko.dll &lt;BR&gt;datgdko.dll &lt;BR&gt;datlsko.dll &lt;BR&gt;datrpko.dll &lt;BR&gt;dbrprko.dll &lt;BR&gt;flxgdko.dll &lt;BR&gt;mshfgkor.dll &lt;BR&gt;htmprko.dll &lt;BR&gt;inetko.dll &lt;BR&gt;msmpiko.dll &lt;BR&gt;msmskko.dll &lt;BR&gt;rdc20ko.dll &lt;BR&gt;rdo20ko.dll &lt;BR&gt;stdftko.dll &lt;BR&gt;mswcrko.dll &lt;BR&gt;winskko.dll &lt;BR&gt;pcclpko.dll &lt;BR&gt;rchtxko.dll &lt;BR&gt;sysinko.dll &lt;BR&gt;tabctko.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42cht.dll &lt;BR&gt;scrrncht.dll &lt;BR&gt;vb6cht.dll &lt;BR&gt;cmct2cht.dll &lt;BR&gt;cmct3cht.dll &lt;BR&gt;mscc2cht.dll &lt;BR&gt;cmctlcht.dll &lt;BR&gt;mscmccht.dll &lt;BR&gt;cmdlgcht.dll &lt;BR&gt;dbgrdcht.dll &lt;BR&gt;dblstcht.dll &lt;BR&gt;mcicht.dll &lt;BR&gt;msadncht.dll &lt;BR&gt;adodccht.dll &lt;BR&gt;mschtcht.dll &lt;BR&gt;msch2cht.dll &lt;BR&gt;mscomcht.dll &lt;BR&gt;datgdcht.dll &lt;BR&gt;datlscht.dll &lt;BR&gt;datrpcht.dll &lt;BR&gt;dbrprcht.dll &lt;BR&gt;flxgdcht.dll &lt;BR&gt;mshfgcht.dll &lt;BR&gt;htmprcht.dll &lt;BR&gt;inetcht.dll &lt;BR&gt;msmpicht.dll &lt;BR&gt;msmskcht.dll &lt;BR&gt;rdc20cht.dll &lt;BR&gt;rdo20cht.dll &lt;BR&gt;stdftcht.dll &lt;BR&gt;mswcrcht.dll &lt;BR&gt;winskcht.dll &lt;BR&gt;pcclpcht.dll &lt;BR&gt;rchtxcht.dll &lt;BR&gt;sysincht.dll &lt;BR&gt;tabctcht.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=183&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42chs.dll &lt;BR&gt;scrrnchs.dll &lt;BR&gt;vb6chs.dll &lt;BR&gt;cmct2chs.dll &lt;BR&gt;mscc2chs.dll &lt;BR&gt;cmct3chs.dll &lt;BR&gt;cmctlchs.dll &lt;BR&gt;mscmcchs.dll &lt;BR&gt;cmdlgchs.dll &lt;BR&gt;dbgrdchs.dll &lt;BR&gt;dblstchs.dll &lt;BR&gt;mcichs.dll &lt;BR&gt;msadnchs.dll &lt;BR&gt;adodcchs.dll &lt;BR&gt;mschtchs.dll &lt;BR&gt;msch2chs.dll &lt;BR&gt;mscomchs.dll &lt;BR&gt;datgdchs.dll &lt;BR&gt;datlschs.dll &lt;BR&gt;datrpchs.dll &lt;BR&gt;dbrprchs.dll &lt;BR&gt;flxgdchs.dll &lt;BR&gt;mshfgchs.dll &lt;BR&gt;htmprchs.dll &lt;BR&gt;inetchs.dll &lt;BR&gt;msmpichs.dll &lt;BR&gt;msmskchs.dll &lt;BR&gt;rdc20chs.dll &lt;BR&gt;rdo20chs.dll &lt;BR&gt;stdftchs.dll &lt;BR&gt;mswcrchs.dll &lt;BR&gt;winskchs.dll &lt;BR&gt;pcclpchs.dll &lt;BR&gt;rchtxchs.dll &lt;BR&gt;sysinchs.dll &lt;BR&gt;tabctchs.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;&lt;/P&gt;
&lt;TABLE border=1 cellPadding=0 width=595&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width=153&gt;
&lt;P&gt;&lt;B&gt;ITA&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=135&gt;
&lt;P&gt;&lt;B&gt;FRA&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=127&gt;
&lt;P&gt;&lt;B&gt;ESP&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD width=178&gt;
&lt;P&gt;&lt;B&gt;DEU&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=153&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42ita.dll &lt;BR&gt;scrrnit.dll &lt;BR&gt;vb6it.dll &lt;BR&gt;cmct2it.dll &lt;BR&gt;mscc2it.dll &lt;BR&gt;cmct3it.dll &lt;BR&gt;cmctlit.dll &lt;BR&gt;mscmcit.dll &lt;BR&gt;cmdlgit.dll &lt;BR&gt;dbgrdit.dll &lt;BR&gt;dblstit.dll &lt;BR&gt;mciit.dll &lt;BR&gt;msadnit.dll &lt;BR&gt;adodcit.dll &lt;BR&gt;mschtit.dll &lt;BR&gt;msch2it.dll &lt;BR&gt;mscomit.dll &lt;BR&gt;datgdit.dll &lt;BR&gt;datlsit.dll &lt;BR&gt;datrpit.dll &lt;BR&gt;dbrprit.dll &lt;BR&gt;flxgdit.dll &lt;BR&gt;mshfgit.dll &lt;BR&gt;htmprit.dll &lt;BR&gt;inetit.dll &lt;BR&gt;msmpiit.dll &lt;BR&gt;msmskit.dll &lt;BR&gt;rdc20it.dll &lt;BR&gt;rdo20it.dll &lt;BR&gt;stdftit.dll &lt;BR&gt;mswcrit.dll &lt;BR&gt;winskit.dll &lt;BR&gt;pcclpit.dll &lt;BR&gt;rchtxit.dll &lt;BR&gt;sysinit.dll &lt;BR&gt;tabctit.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=135&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42fra.dll &lt;BR&gt;scrrnfr.dll &lt;BR&gt;vb6fr.dll &lt;BR&gt;cmct2fr.dll &lt;BR&gt;mscc2fr.dll &lt;BR&gt;cmct3fr.dll &lt;BR&gt;cmctlfr.dll &lt;BR&gt;mscmcfr.dll &lt;BR&gt;cmdlgfr.dll &lt;BR&gt;dbgrdfr.dll &lt;BR&gt;dblstfr.dll &lt;BR&gt;mcifr.dll &lt;BR&gt;msadnfr.dll &lt;BR&gt;adodcfr.dll &lt;BR&gt;mschtfr.dll &lt;BR&gt;msch2fr.dll &lt;BR&gt;mscomfr.dll &lt;BR&gt;datgdfr.dll &lt;BR&gt;datlsfr.dll &lt;BR&gt;datrpfr.dll &lt;BR&gt;dbrprfr.dll &lt;BR&gt;flxgdfr.dll &lt;BR&gt;mshfgfr.dll &lt;BR&gt;htmprfr.dll &lt;BR&gt;inetfr.dll &lt;BR&gt;msmpifr.dll &lt;BR&gt;msmskfr.dll &lt;BR&gt;rdc20fr.dll &lt;BR&gt;rdo20fr.dll &lt;BR&gt;stdftfr.dll &lt;BR&gt;mswcrfr.dll &lt;BR&gt;winskfr.dll &lt;BR&gt;pcclpfr.dll &lt;BR&gt;rchtxfr.dll &lt;BR&gt;sysinfr.dll &lt;BR&gt;tabctfr.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42esp.dll &lt;BR&gt;scrrnes.dll &lt;BR&gt;vb6es.dll &lt;BR&gt;cmct2es.dll &lt;BR&gt;mscc2es.dll &lt;BR&gt;cmct3es.dll &lt;BR&gt;cmctles.dll &lt;BR&gt;mscmces.dll &lt;BR&gt;cmdlges.dll &lt;BR&gt;dbgrdes.dll &lt;BR&gt;dblstes.dll &lt;BR&gt;mcies.dll &lt;BR&gt;msadnes.dll &lt;BR&gt;adodces.dll &lt;BR&gt;mschtes.dll &lt;BR&gt;msch2es.dll &lt;BR&gt;mscomes.dll &lt;BR&gt;datgdes.dll &lt;BR&gt;datlses.dll &lt;BR&gt;datrpes.dll &lt;BR&gt;dbrpres.dll &lt;BR&gt;flxgdes.dll &lt;BR&gt;mshfges.dll &lt;BR&gt;htmpres.dll &lt;BR&gt;inetes.dll &lt;BR&gt;msmpies.dll &lt;BR&gt;msmskes.dll &lt;BR&gt;rdc20es.dll &lt;BR&gt;rdo20es.dll &lt;BR&gt;stdftes.dll &lt;BR&gt;mswcres.dll &lt;BR&gt;winskes.dll &lt;BR&gt;pcclpes.dll &lt;BR&gt;rchtxes.dll &lt;BR&gt;sysines.dll &lt;BR&gt;tabctes.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=178&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;mfc42deu.dll &lt;BR&gt;scrrnde.dll &lt;BR&gt;vb6de.dll &lt;BR&gt;cmct2de.dll &lt;BR&gt;mscc2de.dll &lt;BR&gt;cmct3de.dll &lt;BR&gt;cmctlde.dll &lt;BR&gt;mscmcde.dll &lt;BR&gt;cmdlgde.dll &lt;BR&gt;dbgrdde.dll &lt;BR&gt;dblstde.dll &lt;BR&gt;mcide.dll &lt;BR&gt;msadnde.dll &lt;BR&gt;adodcde.dll &lt;BR&gt;mschtde.dll &lt;BR&gt;msch2de.dll &lt;BR&gt;mscomde.dll &lt;BR&gt;datgdde.dll &lt;BR&gt;datlsde.dll &lt;BR&gt;datrpde.dll &lt;BR&gt;dbrprde.dll &lt;BR&gt;flxgdde.dll &lt;BR&gt;mshfgde.dll &lt;BR&gt;htmprde.dll &lt;BR&gt;inetde.dll &lt;BR&gt;msmpide.dll &lt;BR&gt;msmskde.dll &lt;BR&gt;rdc20de.dll &lt;BR&gt;rdo20de.dll &lt;BR&gt;stdftde.dll &lt;BR&gt;mswcrde.dll &lt;BR&gt;winskde.dll &lt;BR&gt;pcclpde.dll &lt;BR&gt;rchtxde.dll &lt;BR&gt;sysinde.dll &lt;BR&gt;tabctde.dll&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description></item><item><title>Outlook Custom form : Creating a message class when customizing form pages</title><link>http://blogs.msdn.com/deva/archive/2009/12/29/outlook-custom-form-creating-a-message-class-when-customizing-form-pages.aspx</link><pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9941825</guid><dc:creator>deva</dc:creator><description>In the Publish Form As dialog box, when you type a name in the Display name field, you will notice that the Form name field reflects the display name by default. You can leave the form name to be the same as the display name or you can change the form name. The display name will be the caption at the top of your form. The display name will also be used to construct the name under which your form will be published. When you publish your form, the display name will be listed in the Choose Form dialog box.   &lt;p&gt;Outlook automatically constructs a message class for the form by preceding the form name with IPM. For instance, if you publish a mail message form that you want to name &amp;quot;MyForm&amp;quot;, in the Display name field, type: This is my Form. In the Form name field, type: MyForm. At the bottom of the dialog box, Outlook will display the message class for your new form as: IPM.Note.MyForm.&lt;/p&gt;  &lt;p&gt;When you search in the Choose Form dialog box, you will see &amp;quot;This is my Form&amp;quot; displayed in the list. If you select it, the Display name field at the bottom of the dialog box will display, &amp;quot;This is my Form&amp;quot; and the Form name field will display, &amp;quot;MyForm&amp;quot;.&lt;/p&gt;  &lt;p&gt;A message class, which is generated automatically by Outlook from the form name, is assigned to the form. When a form with that message class is selected, Outlook loads and displays an instance of that form. Outlook will use the message class, IPM.Note.MyForm, to locate the form with the display name, &amp;quot;This is my Form&amp;quot;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Please note:&lt;/strong&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The message class is an internal identifier used by Microsoft Office Outlook and Microsoft Exchange to locate and activate a form .&lt;/li&gt;    &lt;li&gt;The message class property corresponds to the MAPI property PR_MESSAGE_CLASS. &lt;/li&gt;    &lt;li&gt;This class property determines which receiving folder the message should be routed to and which form should be activated to view the message.&lt;/li&gt; &lt;/ul&gt;</description></item><item><title>The best subject of an email that I ever saw</title><link>http://blogs.msdn.com/dvespa/archive/2009/12/29/the-best-subject-of-an-email-that-i-ever-saw.aspx</link><pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942074</guid><dc:creator>dvespa</dc:creator><description>&lt;P style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt; unicode-bidi: embed; DIRECTION: ltr" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;From:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt; XXXXXXXXXXXXXXXXX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt; unicode-bidi: embed; DIRECTION: ltr" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;B&gt;To:&lt;/B&gt; xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt; unicode-bidi: embed; DIRECTION: ltr" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;B&gt;Subject:&lt;/B&gt; Daylight saving timezone - is there any known issues?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt; unicode-bidi: embed; DIRECTION: ltr" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt; unicode-bidi: embed; DIRECTION: ltr" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Ah yes, Daylight&amp;nbsp;Savings and Timezones.&amp;nbsp; The most straight forward construct known to man.&amp;nbsp; Well the one reader of my blog (thanks Mom)&amp;nbsp;may not get why this is so funny to me but I spent more time than I ever wanted troubleshooting and debugging timezones and DST issues.&amp;nbsp; As a result the subject of&amp;nbsp;this email gave me a&amp;nbsp;laugh.&amp;nbsp; The reply to this email should be "Where do I start?!"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>How to delete old items from .pst attached to Outlook using CDO1.21 programmatically?</title><link>http://blogs.msdn.com/brijs/archive/2009/12/29/how-to-delete-old-items-from-pst-attached-to-outlook-using-cdo1-21-programmatically.aspx</link><pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942106</guid><dc:creator>brijs</dc:creator><description>&lt;p&gt;If you would like to clear up some old items from the growing PST attached to you Outlook profile; then here is a sample VBA macro code snippet to accomplish the job using CDO 1.21. &lt;/p&gt;  &lt;p&gt;NOTE: Following programming examples is for illustration only, without warranty either 'expressed or implied, including, but not limited to, the implied warranties of 'merchantability and/or fitness for a particular purpose. This sample code assumes that you 'are familiar with the programming language being demonstrated and the tools used to create 'and debug procedures. This sample code is provided for the purpose of illustration only 'and is not intended to be used in a production environment. &lt;/p&gt;  &lt;div class="csharpcode"&gt;   &lt;pre class="alt"&gt;&lt;span class="rem"&gt;'We need to add reference to Collaboration Data Objects, version 1.2.1 before running the VBA macro&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;Sub&lt;/span&gt; RemoveAllOldItems()&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; ol &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Application&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; olns &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.&lt;span class="kwrd"&gt;NameSpace&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; colStores &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Stores&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; oStore &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Store&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; oRoot &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Folder&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; ocal &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Folder&lt;/pre&gt;

  &lt;pre&gt;        &lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; ol = Application&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; olns = ol.GetNamespace(&lt;span class="str"&gt;&amp;quot;MAPI&amp;quot;&lt;/span&gt;)&lt;/pre&gt;

  &lt;pre class="alt"&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; colStores = olns.Application.Session.Stores&lt;/pre&gt;

  &lt;pre class="alt"&gt;     &lt;span class="kwrd"&gt;For&lt;/span&gt; &lt;span class="kwrd"&gt;Each&lt;/span&gt; oStore &lt;span class="kwrd"&gt;In&lt;/span&gt; colStores&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;Set&lt;/span&gt; oRoot = oStore.GetRootFolder&lt;/pre&gt;

  &lt;pre class="alt"&gt;             &lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;If&lt;/span&gt; oStore.ExchangeStoreType = 3 &lt;span class="kwrd"&gt;Then&lt;/span&gt; &lt;span class="rem"&gt;'And oRoot = &amp;quot;Test&amp;quot; Then&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;            DeleteOldItems oRoot&lt;/pre&gt;

  &lt;pre&gt;            EnumerateFolders oRoot&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;     &lt;span class="kwrd"&gt;Next&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;   &lt;/pre&gt;

  &lt;pre&gt;&lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre&gt;&lt;span class="kwrd"&gt;Public&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt; EnumerateFolders(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; objFld &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Folder)&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; folders &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.folders&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; Folder &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Folder&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; foldercount &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;Integer&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; folders = objFld.folders&lt;/pre&gt;

  &lt;pre&gt;    foldercount = folders.Count&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="rem"&gt;'Check if there are any folders below oFolder&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;If&lt;/span&gt; foldercount &lt;span class="kwrd"&gt;Then&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;For&lt;/span&gt; &lt;span class="kwrd"&gt;Each&lt;/span&gt; Folder &lt;span class="kwrd"&gt;In&lt;/span&gt; folders&lt;/pre&gt;

  &lt;pre&gt;            Debug.Print (Folder.FolderPath)&lt;/pre&gt;

  &lt;pre class="alt"&gt;            DeleteOldItems Folder&lt;/pre&gt;

  &lt;pre&gt;            EnumerateFolders Folder&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;Next&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;    &lt;/pre&gt;

  &lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;Public&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt; DeleteOldItems(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; objfl &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.Folder)&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; oItems &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.items&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; i &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;Long&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;&amp;#160;&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; oItems = objfl.items&lt;/pre&gt;

  &lt;pre&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; oRT &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;Date&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;For&lt;/span&gt; i = oItems.Count &lt;span class="kwrd"&gt;To&lt;/span&gt; 1 &lt;span class="kwrd"&gt;Step&lt;/span&gt; -1&lt;/pre&gt;

  &lt;pre&gt;        oRT = oItems.Item(i).ReceivedTime&lt;/pre&gt;

  &lt;pre class="alt"&gt;        &lt;span class="rem"&gt;'Checking for 4 months old items &lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;If&lt;/span&gt; DateDiff(&lt;span class="str"&gt;&amp;quot;m&amp;quot;&lt;/span&gt;, oRT, Now()) &amp;gt;= 4 &lt;span class="kwrd"&gt;Then&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;            Debug.Print &lt;span class="str"&gt;&amp;quot;Old item found&amp;quot;&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;            &lt;span class="rem"&gt;'Uncomment the below line to delete this item&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;            &lt;span class="rem"&gt;'oItems.Item(i).Delete&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;        &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt;&lt;/pre&gt;

  &lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Next&lt;/span&gt;&lt;/pre&gt;

  &lt;pre&gt;&lt;span class="kwrd"&gt;End&lt;/span&gt; Function&lt;/pre&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;If you are running Outlook 2007 then you need to download and install CDO 1.21 @ &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2714320d-c997-4de1-986f-24f081725d36&amp;amp;displaylang=en" target="_blank"&gt;Collaboration Data Objects, version 1.2.1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope this helps! Happy Holidays :)&lt;/p&gt;</description></item><item><title>Outlook Object Model : How to programmatically get logged-in user’s CompanyName in Outlook 2003/2007?</title><link>http://blogs.msdn.com/deva/archive/2009/12/29/outlook-object-model-how-to-get-logged-user-s-companyname-in-outlook-2003-2007.aspx</link><pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942103</guid><dc:creator>deva</dc:creator><description>&lt;p&gt;Recently one of my customer updated that they have a requirement to implement the following logic:&lt;/p&gt; &lt;p&gt;1) Get Contact info from GAL or Address book for the specified contact&lt;br&gt;2) Get Contact information regarding his CompanyName etc.&lt;/p&gt; &lt;p&gt;In the scenario, i provided the following suggestions:&lt;/p&gt; &lt;p&gt;&lt;b&gt;If you try Outlook 2003 &amp;amp; its prior versions:&lt;/b&gt; Using the Microsoft Outlook object model, you can access information that is stored in various address books. For example, you can retrieve information about entries in the Global Address Book, or an Outlook Address Book. But if you want to access additional entries that are typically available for a recipient (such as Office, Title or Phone) you can use the Collaboration Data Objects (CDO) object model. &lt;p&gt;You can try like this CDO code snippet… This code fragment compares the &lt;strong&gt;Address&lt;/strong&gt; property of the Recipient object with the &lt;a href="http://msdn.microsoft.com/en-us/library/ms526400(EXCHG.10).aspx"&gt;Address&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ms527184(EXCHG.10).aspx"&gt;Type&lt;/a&gt; properties of its child &lt;a href="http://msdn.microsoft.com/en-us/library/ms526723(EXCHG.10).aspx"&gt;AddressEntry&lt;/a&gt; object, accessible through the recipients &lt;strong&gt;AddressEntry&lt;/strong&gt; property, to demonstrate the relationships between these properties.&lt;br&gt; &lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="rem"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;    &lt;span class="kwrd"&gt;If&lt;/span&gt; objOneRecip &lt;span class="kwrd"&gt;Is&lt;/span&gt; &lt;span class="kwrd"&gt;Nothing&lt;/span&gt; &lt;span class="kwrd"&gt;Then&lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt;        MsgBox &lt;span class="str"&gt;"must select a recipient"&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;        &lt;span class="kwrd"&gt;Exit&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; objAddrEntry = objOneRecip.AddressEntry&lt;/pre&gt;&lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;If&lt;/span&gt; objAddrEntry &lt;span class="kwrd"&gt;Is&lt;/span&gt; &lt;span class="kwrd"&gt;Nothing&lt;/span&gt; &lt;span class="kwrd"&gt;Then&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;        MsgBox &lt;span class="str"&gt;"no valid AddressEntry for this recipient"&lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt;        &lt;span class="kwrd"&gt;Exit&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;    &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="alt"&gt;    strMsg = &lt;span class="str"&gt;"Recipient full address = "&lt;/span&gt; &amp;amp; objOneRecip.Address&lt;/pre&gt;&lt;pre&gt;    strMsg = strMsg &amp;amp; &lt;span class="str"&gt;"; AddressEntry type = "&lt;/span&gt; &amp;amp; objAddrEntry.Type&lt;/pre&gt;&lt;pre class="alt"&gt;    strMsg = strMsg &amp;amp; &lt;span class="str"&gt;"; AddressEntry address = "&lt;/span&gt; &amp;amp; objAddrEntry.Address&lt;/pre&gt;&lt;pre&gt;    MsgBox strMsg &lt;span class="rem"&gt;' compare display names&lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt;    strMsg = &lt;span class="str"&gt;"Recipient name = "&lt;/span&gt; &amp;amp; objOneRecip.Name&lt;/pre&gt;&lt;pre&gt;    strMsg = strMsg &amp;amp; &lt;span class="str"&gt;"; AddressEntry name = "&lt;/span&gt; &amp;amp; objAddrEntry.Name&lt;/pre&gt;&lt;pre&gt;&lt;span class="rem"&gt; &lt;/span&gt;&lt;/pre&gt;&lt;pre class="alt"&gt; &lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;For more information about accessing these properties using CDO and detailed information, please see the following articles in the Microsoft Knowledge Base: 
&lt;p&gt;HOWTO: Read Address Book Properties in Visual Basic&lt;br&gt;&lt;a href="http://support.microsoft.com/kb/179083/EN-US/"&gt;http://support.microsoft.com/kb/179083/EN-US/&lt;/a&gt;
&lt;p&gt;HOWTO: Work with Distribution Lists Using CDO from VB&lt;br&gt;&lt;a href="http://support.microsoft.com/kb/178787/EN-US/"&gt;http://support.microsoft.com/kb/178787/EN-US/&lt;/a&gt;
&lt;p&gt;&lt;em&gt;Note: CDO 1.2x/MAPI are not supported in a .NET Framework environment. Refer: &lt;/em&gt;&lt;a href="http://support.microsoft.com/kb/813349"&gt;&lt;em&gt;http://support.microsoft.com/kb/813349&lt;/em&gt;&lt;/a&gt;
&lt;p&gt;&lt;b&gt;If you work with Outlook 2007 and later&lt;/b&gt;, then you can try using &lt;a href="http://msdn.microsoft.com/en-us/library/bb176361.aspx"&gt;ExchangeUser&lt;/a&gt; Object. This object provides first-class access to properties applicable to Exchange users. You can also access other properties specific to the Exchange user that are not exposed in the object model through the &lt;strong&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb176395.aspx"&gt;PropertyAccessor&lt;/a&gt;&lt;/strong&gt; object. 
&lt;p&gt;I tried the VBA code sample and obtain the CompanyName.&lt;br&gt;
&lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="kwrd"&gt;Sub&lt;/span&gt; GetUserCompany()&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="alt"&gt;    &lt;span class="kwrd"&gt;Dim&lt;/span&gt; oExUser &lt;span class="kwrd"&gt;As&lt;/span&gt; Outlook.ExchangeUser&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="alt"&gt;    &lt;span class="rem"&gt;'Obtain the AddressEntry for CurrentUser&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;    &lt;span class="kwrd"&gt;Set&lt;/span&gt; oExUser = Application.Session.CurrentUser.AddressEntry.GetExchangeUser&lt;/pre&gt;&lt;pre class="alt"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;    MsgBox oExUser.CompanyName&lt;/pre&gt;&lt;pre class="alt"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt; &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;You need to note that, “some of the explicit built-in properties are read-write properties. Setting these properties requires the code to be running under an appropriate Exchange administrator account; without sufficient permissions, calling the &lt;strong&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb147706.aspx"&gt;ExchangeUser.Update&lt;/a&gt;&lt;/strong&gt; method will result in a "permission denied" error.”&lt;/p&gt;
&lt;p&gt;Hope this helps!! Happy programming &amp;amp; happy holidays!!&lt;/p&gt;</description></item><item><title>Issue: Getting HTTP 404 error on every request made via Exchange Web Services using EWS HTTP endpoint for Exchange Server 2010</title><link>http://blogs.msdn.com/brijs/archive/2009/12/29/issue-getting-http-404-error-on-every-request-made-via-exchange-web-services-using-ews-http-endpoint-for-exchange-server-2010.aspx</link><pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9942113</guid><dc:creator>brijs</dc:creator><description>&lt;p&gt;Few of our customer reported that they are getting &lt;strong&gt;HTTP 404 Error&lt;/strong&gt; reported; when they tries to use &lt;strong&gt;EWS HTTP service endpoint&lt;/strong&gt; for their application for &lt;strong&gt;Exchange Server 2010&lt;/strong&gt;. However, the same application work fine with EWS HTTP service endpoint with Exchange Server 2007 without any issue.&lt;/p&gt;  &lt;p&gt;If we go into Internet Information Services (IIS) on Exchange 2010 RTM and uncheck the box 'Require secure channel (SSL)' on the EWS virtual directory. And then we attempt to make a request using HTTP using EWS service endpoint as “http://host:port/EWS/Exchange.asmx” then we would receive a HTTP 404 Resource Not Found.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Exchange 2010 Web Services&lt;/strong&gt; are now based on Windows Communication Foundation (WCF). We receive a HTTP 404 because WCF attempts to locate the endpoint for HTTP but cannot find it and throws a System.ServiceModel.EndpointNotFoundException exception which throws up to the client as a 404 exception. &lt;/p&gt;  &lt;p&gt;Using HTTP instead of HTTPS is not the recommended approach for Exchange Web Services but sometimes it is helpful in debugging/troubleshooting to have this option. &lt;/p&gt;  &lt;p&gt;Here are the steps posted by my colleague &lt;strong&gt;Dave&lt;/strong&gt; @ &lt;a href="http://blogs.msdn.com/dvespa/archive/2009/12/22/how-to-configure-a-http-endpoint-for-exchange-web-services-in-exchange-2010.aspx" target="_blank"&gt;How to configure a HTTP endpoint for Exchange Web Services in Exchange 2010&lt;/a&gt; to workaround the issue. &lt;/p&gt;</description></item><item><title>The getVisible callback has no effect on Tabs with idMso when startFromScratch=true. Bug?</title><link>http://blogs.msdn.com/akashb/archive/2009/12/23/the-getvisible-callback-has-no-effect-on-tabs-with-idmso-when-startfromscratch-true-bug.aspx</link><pubDate>Wed, 23 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9940623</guid><dc:creator>akash</dc:creator><description>&lt;p&gt;This is another issue that I bumped into when startFromScratch is set to true. What I wanted to do was to show/hide tabs based on Message Class. If my Message Class was IPM.Note.Custom then I wanted to just show the “My Tab” otherwise I wanted to show the “TabReadMessage”.&lt;/p&gt;  &lt;p&gt;Why did I set the startFromScratch to true? I had to customize the Quick Access Toolbar(QAT) also. Below is what my Ribbon XML looks like:&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color: #800000"&gt;xml&lt;/span&gt; &lt;span style="color: #ff0000"&gt;version&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000"&gt;encoding&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;utf-8&amp;quot;&lt;/span&gt; ?&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;customUI&lt;/span&gt; &lt;span style="color: #ff0000"&gt;xmlns&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;http://schemas.microsoft.com/office/2006/01/customui&amp;quot;&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;ribbon&lt;/span&gt; &lt;span style="color: #ff0000"&gt;startFromScratch&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;tabs&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;      &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;tab&lt;/span&gt; &lt;span style="color: #ff0000"&gt;id&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;MyTab&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000"&gt;label&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;My Tab&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000"&gt;getVisible&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;MyTab_OnGetVisible&amp;quot;&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;      &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;tab&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;      &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;tab&lt;/span&gt; &lt;span style="color: #ff0000"&gt;idMso&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;TabReadMessage&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000"&gt;getVisible&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;TabReadMessage_OnGetVisible&amp;quot;&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;      &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;tab&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;tabs&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;  &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;ribbon&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;customUI&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

  &lt;br /&gt;When I opened a message with the IPM.Note.Custom message class, my callbacks(MyTab_OnGetVisible,TabReadMessage_OnGetVisible) fire and I return &lt;strong&gt;&lt;em&gt;True&lt;/em&gt;&lt;/strong&gt; from the &lt;strong&gt;&lt;em&gt;MyTab_OnGetVisible&lt;/em&gt;&lt;/strong&gt; callback and &lt;strong&gt;&lt;em&gt;False&lt;/em&gt;&lt;/strong&gt; from the &lt;strong&gt;&lt;em&gt;TabReadMessage_OnGetVisible&lt;/em&gt;&lt;/strong&gt; callback. Things are good this point.&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;div&gt;Now I open a message with the IPM.Note(regular mail message) message class, my callbacks fire and I return &lt;strong&gt;&lt;em&gt;False&lt;/em&gt;&lt;/strong&gt; from the &lt;strong&gt;&lt;em&gt;MyTab_OnGetVisible&lt;/em&gt;&lt;/strong&gt; callback and &lt;em&gt;&lt;strong&gt;True&lt;/strong&gt;&lt;/em&gt; from the &lt;strong&gt;&lt;em&gt;TabReadMessage_OnGetVisible&lt;/em&gt;&lt;/strong&gt; callback and expect to the “My Tab” hidden and the “TabReadMessage” visible.. Right?&lt;/div&gt;

&lt;div&gt;&amp;#160;&lt;/div&gt;

&lt;div&gt;To my surprise, the callbacks fires just fine but the “True” that I return from the &lt;strong&gt;&lt;em&gt;TabReadMessage_OnGetVisible&lt;/em&gt;&lt;/strong&gt; callback has no effect on the visibility of the tab and I am left with no tabs on the screen. Bug?&lt;/div&gt;

&lt;p&gt;From what I know this bug has been fixed in Office 14 and a fix for Office 12 has been requested for.&lt;/p&gt;</description></item><item><title>Did you ever have to re-sign the Application and Deployment manifest for a VSTO 3.0 ClickOnce add-in?</title><link>http://blogs.msdn.com/akashb/archive/2009/12/23/did-you-ever-have-to-re-sign-the-application-and-deployment-manifest-for-a-vsto-3-0-clickonce-add-in.aspx</link><pubDate>Wed, 23 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9940652</guid><dc:creator>akash</dc:creator><description>&lt;p&gt;My customer had written a VSTO 3.0 add-in but could not publish(ClickOnce) it directly as he did not have access to the production environment. Further more there was a need to change a setting in the config file. He create a Web Setup project to deploy all the file and also altered the config file using a custom action in the setup project.&lt;/p&gt;  &lt;p&gt;Changing the config file invalidated the hash and now the application and deployment manifest for the add-in had to be resigned. In case you have never done it before, below are links to a very good blog post and a Channel9 video on how to re-sign the VSTO 3.0 manifests using MAGE.&lt;/p&gt;  &lt;p&gt;Re-signing ClickOnce Application and Deployment Manifests with MAGE    &lt;br /&gt;&lt;a title="http://channel9.msdn.com/posts/funkyonex/Resigning-ClickOnce-Application-and-Deployment-Manifests-with-MAGE/" href="http://channel9.msdn.com/posts/funkyonex/Resigning-ClickOnce-Application-and-Deployment-Manifests-with-MAGE/" target="_blank"&gt;http://channel9.msdn.com/posts/funkyonex/Resigning-ClickOnce-Application-and-Deployment-Manifests-with-MAGE/&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;Signing and re-signing manifests in ClickOnce     &lt;br /&gt;&lt;a title="http://blogs.msdn.com/vsto/archive/2009/04/29/signing-and-re-signing-manifests-in-clickonce.aspx" href="http://blogs.msdn.com/vsto/archive/2009/04/29/signing-and-re-signing-manifests-in-clickonce.aspx"&gt;http://blogs.msdn.com/vsto/archive/2009/04/29/signing-and-re-signing-manifests-in-clickonce.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;</description></item><item><title>How to configure a HTTP endpoint for Exchange Web Services in Exchange 2010</title><link>http://blogs.msdn.com/dvespa/archive/2009/12/22/how-to-configure-a-http-endpoint-for-exchange-web-services-in-exchange-2010.aspx</link><pubDate>Tue, 22 Dec 2009 08:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9940039</guid><dc:creator>dvespa</dc:creator><description>&lt;P&gt;In Exchange 2007 if you wanted to enable HTTP for Exchange Web Services all you had to do was go into Internet Information Services (IIS) and uncheck the box 'Require secure channel (SSL)' on the EWS virtual directory.&amp;nbsp; In Exchange 2010 RTM this is no longer possible.&amp;nbsp; IIS still gives you this option; however it does not give you the behavior you are expecting.&amp;nbsp; If you uncheck this box and&amp;nbsp;attempt to make a request using HTTP you receive a HTTP 404 Resource Not Found.&lt;/P&gt;
&lt;P&gt;Exchange 2010 Web Services are now&amp;nbsp;based on Windows Communication Foundation (WCF).&amp;nbsp;You receive a HTTP 404 because WCF attempts to locate the endpoint for HTTP but cannot find it and throws a System.ServiceModel.EndpointNotFoundException exception which bubbles up to the client as a 404. I can't say that this is an intuitive error message but if you think about it long enough it kinda makes sense.&lt;/P&gt;
&lt;P&gt;Using HTTP instead of HTTPS is not the recommended approach for Exchange Web Services but sometimes it is helpful in debugging / troubleshooting to have this option.&amp;nbsp; Therefore, if you need to enable HTTP do the following (Note: Please proceed with care, a misspelling here could be the difference between working and non-working):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Confirm that you have unchecked the box 'Require&amp;nbsp;SSL' in IIS.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Navigate to the EWS directory.&amp;nbsp; By default, C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\ews&lt;/LI&gt;
&lt;LI&gt;Find the web.config file, copy it and rename the copy to web.config.old.&lt;/LI&gt;
&lt;LI&gt;Open the web.config in your favorite text editor.&lt;/LI&gt;
&lt;LI&gt;Replace the element:&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;address&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;""&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;customBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;bindingConfiguration&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpsBinding&lt;/SPAN&gt;"&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;contract&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;Microsoft.Exchange.Services.Wcf.IEWSContract&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With the following elements:&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; Standard EWS HTTP endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;address&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;""&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;customBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;bindingConfiguration&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpBinding&lt;/SPAN&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;contract&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;Microsoft.Exchange.Services.Wcf.IEWSContract&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; Standard EWS HTTPS endpoint &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;address&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;""&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;customBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;bindingConfiguration&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpsBinding&lt;/SPAN&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;contract&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;Microsoft.Exchange.Services.Wcf.IEWSContract&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL start=6&gt;
&lt;LI&gt;Replace the element:&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;name&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpsBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;EWSMessageEncoderSoap11Element&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpsTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxReceivedMessageSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;13600000&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;authenticationScheme&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Anonymous&lt;/SPAN&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxBufferSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;81920&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;transferMode&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Streamed&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With the following elements:&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; EWS endpoint binding for HTTP &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;name&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;EWSMessageEncoderSoap11Element&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxReceivedMessageSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;13600000&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;authenticationScheme&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Anonymous&lt;/SPAN&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxBufferSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;81920&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;transferMode&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Streamed&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; EWS endpoint binding for HTTPS&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;name&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;EWSHttpsBinding&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;EWSMessageEncoderSoap11Element&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpsTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxReceivedMessageSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;13600000&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;authenticationScheme&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Anonymous&lt;/SPAN&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxBufferSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt"&gt;"&lt;SPAN style="COLOR: blue"&gt;81920&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: red"&gt;transferMode&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt;Streamed&lt;/SPAN&gt;"&lt;SPAN style="COLOR: blue"&gt; &amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpsTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL start=7&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;At this point IIS should detect the change in the web.config and reload the settings.&amp;nbsp; Exchange 2010 SP1 should enable the behavior as it was in Exchange 2007.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Note: If you forget that the setting 'Require SSL'&amp;nbsp;is disabled in IIS than enable again it will cause your application to quit working.&amp;nbsp; You will see Internal 500 errors as well as event log entries in the Event log on the Client Access Server.&amp;nbsp;&amp;nbsp;Here is an example of one:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application&lt;BR&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.ServiceModel 3.0.0.0&lt;BR&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR&gt;Task Category: WebHost&lt;BR&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&lt;BR&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic&lt;BR&gt;Description:&lt;BR&gt;WebHost failed to process a request.&lt;BR&gt;&amp;nbsp;Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/27717712&lt;BR&gt;&amp;nbsp;Exception: System.ServiceModel.ServiceActivationException: The service '/EWS/exchange.asmx' cannot be activated due to an exception during compilation.&amp;nbsp; The exception message is: Could not find a base address that matches scheme http for the endpoint with binding CustomBinding. Registered base address schemes are [https].. ---&amp;gt; System.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding CustomBinding. Registered base address schemes are [https].&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostBase.ApplyConfiguration()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(Type serviceType, Uri[] baseAddresses)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)&lt;BR&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)&lt;BR&gt;&amp;nbsp;Process Name: w3wp&lt;BR&gt;&amp;nbsp;Process ID: 1234&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;If you would like to enable 'Require SSL' again on the EWS virtual directory please follow the instructions below:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Check the box 'Require SSL' on the EWS virtual&amp;nbsp;directory in IIS. Check the 'Require 128-bit SSL box as appropriate.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Rename the current web.config to web.config.HTTP to create a backup&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;If you still have the old Web.Config change the name of it from web.config.old back to web.config.&amp;nbsp; If not, continue to Step 4.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Remove the element:&lt;/DIV&gt;&lt;/LI&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; Standard EWS HTTP endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;endpoint&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;address&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;""&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;customBinding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;bindingConfiguration&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;EWSHttpBinding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;contract&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;Microsoft.Exchange.Services.Wcf.IEWSContract&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Remove the following element:&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: green; FONT-SIZE: 10pt"&gt; EWS endpoint binding for HTTP &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;name&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;EWSHttpBinding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;EWSMessageEncoderSoap11Element&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxReceivedMessageSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;13600000&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;authenticationScheme&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;Anonymous&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;maxBufferSize&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;81920&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt"&gt;transferMode&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;=&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;Streamed&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: black; FONT-SIZE: 10pt"&gt;"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;httpTransport&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt"&gt;binding&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL start=6&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;&lt;/OL&gt;</description></item></channel></rss>