<?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>Office Client Developer Content and Resources : Exchange</title><link>http://blogs.msdn.com/officedevdocs/archive/tags/Exchange/default.aspx</link><description>Tags: Exchange</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Preparing your Existing Solutions to Run on Outlook 2010</title><link>http://blogs.msdn.com/officedevdocs/archive/2009/12/11/preparing-your-existing-solutions-to-run-on-outlook-2010.aspx</link><pubDate>Fri, 11 Dec 2009 16:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9935961</guid><dc:creator>angelgolfer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/officedevdocs/comments/9935961.aspx</comments><wfw:commentRss>http://blogs.msdn.com/officedevdocs/commentrss.aspx?PostID=9935961</wfw:commentRss><wfw:comment>http://blogs.msdn.com/officedevdocs/rsscomments.aspx?PostID=9935961</wfw:comment><description>&lt;P style="MARGIN: 24pt 0in 0pt" mce_keep="true"&gt;This post is about issues you might want to be aware of if you plan to update your existing Microsoft Outlook solutions to run on Outlook 2010. This information is also available in the Outlook 2010 Developer Reference which you can download at &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2baf54a3-bbde-4cb8-b0e6-19005939db6a&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2baf54a3-bbde-4cb8-b0e6-19005939db6a&amp;amp;displaylang=en"&gt;Office 2010: Developer References&lt;/A&gt;. However, because currently, the content of the Developer Reference is not readily searchable on the Internet, I am providing a copy here for your convenience.&lt;/P&gt;
&lt;P style="MARGIN: 24pt 0in 0pt" mce_keep="true"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Collaboration Data Objects (CDO)&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Collaboration Data Objects (CDO) 1.21 is not supported in Outlook 2010. Any existing version of CDO 1.21 will be removed when you upgrade from an earlier version of Office. The absence of CDO will break solutions that have a dependency on it. The suggested workaround is to rewrite your solution so that it uses the Outlook object model, which has been enhanced to provide most of the CDO functionality, or to call Messaging API (MAPI) directly.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Exchange Client Extensions (ECEs)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;By default, Exchange client extensions do not load in Outlook 2010. There is no workaround unless the creator of the Exchange client extension converts the Exchange client extension to an Office COM add-in.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Customizing Inspector or Explorer Command Bars&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Command bars are deprecated in the inspector and explorer in Outlook 2010. Although your add-in or VBScript code that customized command bars in an inspector or explorer might still work in Outlook 2010, those who use your solution might not easily find your custom commands because those commands appear on the &lt;B&gt;Add-ins&lt;/B&gt; tab of the ribbon in the customized inspector or explorer. Instead of using command bars, use the &lt;B&gt;IRibbonExtensibility&lt;/B&gt; interface in an Outlook add-in. Note that you cannot customize inspector ribbons by using VBScript code behind forms. For more information about using &lt;B&gt;IRibbonExtensibility&lt;/B&gt; to customize the Outlook user interface programmatically, see the article &lt;/FONT&gt;&lt;A class="" href="http://msdn.microsoft.com/en-us/library/ee692172(office.14).aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/ee692172(office.14).aspx"&gt;&lt;FONT face=Calibri size=3&gt;Extending the User Interface in Outlook 2010&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; on the MSDN Web site.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Customizing Shortcut Menus Using Application Object Events&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Customizations to shortcut menus using events such as &lt;B&gt;ItemContextMenuDisplay&lt;/B&gt; on the &lt;B&gt;Application&lt;/B&gt; object might not operate as expected. These events operate on a &lt;B&gt;CommandBar&lt;/B&gt; object that is returned in the event. Because command bars are deprecated in Outlook 2010, use &lt;B&gt;IRibbonExtensibility&lt;/B&gt; to customize shortcut menus programmatically. For more information about customizing shortcut menus, see the article &lt;/FONT&gt;&lt;A class="" href="http://msdn.microsoft.com/en-us/library/ee692172(office.14).aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/ee692172(office.14).aspx"&gt;&lt;FONT face=Calibri size=3&gt;Extending the User Interface in Outlook 2010&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; on the MSDN Web site.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Office 2010 Available in Both 32-bit and 64-bit Versions&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;64-bit processors are becoming the standard for systems ranging from servers to desktop computers. 64-bit systems can use more virtual and physical memory than 32-bit processors. Users on 64-bit systems can work with much larger data sets, and analyze and solve larger computational problems than they could previously. Microsoft Office 2010 is available in both 32-bit and 64-bit versions. The native 64-bit version of Office 2010 takes advantage of the larger capacity. The 32-bit version of Office 2010 provides the same functionality as 64-bit, and is compatible with 32-bit add-ins. By default, Office 2010 installs the 32-bit version. Office 2010 also supports 32-bit Office applications running on 64-bit Windows operating systems by using Windows-32-on-Windows-64 (WOW64). WOW64 is the x86 emulator that enables 32-bit Windows-based applications to run seamlessly on 64-bit Windows. The 32-bit version of Office 2010 gives users the ability to continue to use existing 32-bit ActiveX controls, COM add-ins, and Visual Basic for Applications (VBA) solutions on 32-bit systems, and with WOW64, on 64-bit systems as well.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;For more details, see my blog post &lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A class="" href="http://blogs.msdn.com/officedevdocs/archive/2009/11/25/developing-outlook-2010-solutions-for-32-bit-and-64-bit-systems.aspx" target=_blank mce_href="http://blogs.msdn.com/officedevdocs/archive/2009/11/25/developing-outlook-2010-solutions-for-32-bit-and-64-bit-systems.aspx"&gt;Developing Outlook 2010 Solutions for 32-bit and 64-bit Systems&lt;/A&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;ActiveX Controls and COM Add-ins&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;ActiveX controls and add-in (COM) DLLs that are written for 32-bit Office do not work in a 64-bit process. As a result, a 64-bit solution for Office 2010 that tries to load 32-bit ActiveX controls or DLLs in its process fails. In addition to controls that load into Office applications, there are also Web-based solutions that use ActiveX controls in Internet Explorer. The 64-bit version of Office 2010 installs Office 32-bit client-side controls to support Web solutions in a browser. The workaround to resolve these issues on a 64-bit system is to have your 64-bit solution load 64-bit-compatible controls and add-ins, or provide a 32-bit solution for Office 2010 (WOW64) to work with the 32-bit ActiveX controls and COM add-ins.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;MAPI Applications&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;If you have developed and installed 32-bit MAPI applications, there are actions that you should take to change and rebuild 32-bit MAPI applications to run on a 64-bit platform, and 64-bit applications to run on a 32-bit platform. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Beginning with the Office 2010 release, Outlook is available as a 32-bit and a 64-bit application. The bitness of Outlook depends on the edition of the Windows operating system (32-bit or 64-bit) and the edition of Office 2010 (32-bit or 64-bit) that is installed on the computer, if Office is already installed on that computer. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Some of the factors that determine the feasibility of installing a 32-bit or a 64-bit version of Outlook include: &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-bidi-font-size: 11.0pt"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;&lt;IMG height=12 alt=* src="file:///C:/Users/achatoun/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" width=8&gt;&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;32-bit Office 2010 (and 32-bit Outlook 2010) can be installed on a supported 32-bit or 64-bit edition of the Windows operating system. 64-bit Office 2010 (and 64-bit Outlook 2010) can be installed only on a supported 64-bit operating system. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-bidi-font-size: 11.0pt"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;&lt;IMG height=12 alt=* src="file:///C:/Users/achatoun/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" width=8&gt;&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;The default installation of Office 2010 on a 64-bit edition of the Windows operating system is 32-bit Office 2010. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-bidi-font-size: 11.0pt"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;&lt;IMG height=12 alt=* src="file:///C:/Users/achatoun/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" width=8&gt;&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;The bitness of an installed version of Outlook is always the same as the bitness of Office 2010, if Office is installed on the same computer. In other words, a 32-bit version of Outlook 2010 cannot be installed on the same computer that already has 64-bit versions of other Office 2010 applications installed, such as 64-bit Microsoft Word 2010 or 64-bit Microsoft Excel 2010. Similarly, a 64-bit version of Outlook 2010 cannot be installed on the same computer that already has 32-bit versions of other Office applications installed. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;MAPI applications include standalone applications such as Microsoft Communicator and MFCMAPI, and service providers such as address book, store, and transport providers. For MAPI method and function calls to work in a MAPI application (with the exception of one Simple MAPI function, &lt;B&gt;MAPISendMail&lt;/B&gt;), the bitness of the MAPI application must be the same as the bitness of the MAPI subsystem on the computer in which the application is targeted to run. The bitness of the MAPI subsystem, in turn, is determined by and is always the same as, the bitness of the installed version of Outlook. For information about how to prepare MAPI applications for 32-bit and 64-bit platforms, see &lt;/FONT&gt;&lt;A class="" href="http://msdn.microsoft.com/en-us/library/dd941355(office.14).aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/dd941355(office.14).aspx"&gt;&lt;FONT face=Calibri size=3&gt;Building MAPI Applications on 32-bit and 64-bit Platforms&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; on the MSDN Web site. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;If you are upgrading from a version of Outlook that is Microsoft Outlook 2003 or earlier, consider the following issues.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Public Folders&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Public folders are optional on Microsoft Exchange Server 2007 and Microsoft Exchange Server 2010servers. If you upgrade to Exchange Server 2010 and Outlook 2010 and choose not to deploy public folders on Exchange Server 2010, any solution that uses public folders will fail. In addition, because the Organizational Forms Library is dependent on public folders, you must migrate the custom forms published in the Organizational Forms Library to a Personal Forms Library.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;One-off Outlook 97-2003 Forms&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;In earlier versions of Outlook, it was possible to distribute a custom form over the Internet as a one-off form without having to publish it and distribute it in a public folder or Organizational Forms Library. To do so, you enabled the &lt;B&gt;Send form definition with item&lt;/B&gt; option on the &lt;B&gt;Properties&lt;/B&gt; tab in the Forms Designer, and then Outlook sent the form as part of an underlying Transport Neutral Encapsulation Format (TNEF) attachment. While some Internet-based servers strip the TNEF section of the messages, most servers today support it and Outlook users can receive and use the custom form. However, since Office Outlook 2007, Outlook no longer supports one-off forms sent as TNEF attachments. When Outlook converts incoming Internet messages from MIME to MAPI format, it ignores the custom form. If you are customizing forms, consider using form regions and distributing custom forms with add-ins.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9935961" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Office+developer+documentation/default.aspx">Office developer documentation</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/developer/default.aspx">developer</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Office/default.aspx">Office</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/documentation/default.aspx">documentation</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Outlook/default.aspx">Outlook</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/update/default.aspx">update</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Outlook+2010/default.aspx">Outlook 2010</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/32+bit/default.aspx">32 bit</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/64+bit/default.aspx">64 bit</category></item><item><title>Download for the Outlook 2007 MAPI Reference is now available!</title><link>http://blogs.msdn.com/officedevdocs/archive/2009/02/24/download-for-the-outlook-2007-mapi-reference-is-now-available.aspx</link><pubDate>Tue, 24 Feb 2009 19:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443386</guid><dc:creator>angelgolfer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/officedevdocs/comments/9443386.aspx</comments><wfw:commentRss>http://blogs.msdn.com/officedevdocs/commentrss.aspx?PostID=9443386</wfw:commentRss><wfw:comment>http://blogs.msdn.com/officedevdocs/rsscomments.aspx?PostID=9443386</wfw:comment><description>&lt;P&gt;You can&amp;nbsp;now&amp;nbsp;download the &lt;A class="" href="http://msdn.microsoft.com/en-us/library/cc765775.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/cc765775.aspx"&gt;Outlook 2007 MAPI Reference&lt;/A&gt; from the Microsoft Download Center at &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4b1b8b22-3c74-4479-bd0d-7b0ee29e8d59&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=4b1b8b22-3c74-4479-bd0d-7b0ee29e8d59&amp;amp;displaylang=en&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;Since my last blog post in January, it seems like the major search engines&amp;nbsp;have made some progress on their&amp;nbsp;crawling. When you search for some commonly used MAPI names today, like &lt;A class="" href="http://msdn.microsoft.com/en-us/library/cc765874.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc765874.aspx"&gt;PidTagBody&lt;/A&gt; and &lt;A class="" href="http://msdn.microsoft.com/en-us/library/cc815276.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc815276.aspx"&gt;IABContainer::IMAPIContainer&lt;/A&gt;,&amp;nbsp;the more popular search engines return&amp;nbsp;them on the first page of their search results. While the search engines are still working their way through the approximately 1500 APIs in&amp;nbsp;the Outlook 2007&amp;nbsp;MAPI reference, you now have a choice to download this reference,&amp;nbsp;install it&amp;nbsp;on your computer&amp;nbsp;in Compiled HTML (CHM) format, view it at your convenience, and search in this CHM file when you are not connected to the Internet.&lt;/P&gt;
&lt;P&gt;The Outlook 2007 MAPI Reference documents about 950 properties in a considerable level&amp;nbsp;of detail.&amp;nbsp;The MAPI reference points you to corresponding &lt;A class="" href="http://msdn.microsoft.com/en-us/library/cc425499.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/cc425499.aspx"&gt;Microsoft Exchange Server protocol documents&lt;/A&gt; if you need further information on&amp;nbsp;most of these properties. If you often work offline, as in a controlled&amp;nbsp;corporate environment,&amp;nbsp;consider&amp;nbsp;&lt;A class="" href="http://go.microsoft.com/fwlink/?LinkId=115073" mce_href="http://go.microsoft.com/fwlink/?LinkId=115073"&gt;downloading&amp;nbsp;the Exchange protocol documents&lt;/A&gt; and have them&amp;nbsp;readily available on your computer as well. You can choose to download individual protocol documents or all of the Exchange protocol documents; currently there are 90+ documents available.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9443386" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Office+developer+documentation/default.aspx">Office developer documentation</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/documentation/default.aspx">documentation</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/MAPI/default.aspx">MAPI</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Outlook/default.aspx">Outlook</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/properties/default.aspx">properties</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/MAPI+interfaces/default.aspx">MAPI interfaces</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/MAPI+properties/default.aspx">MAPI properties</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/interfaces/default.aspx">interfaces</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/IABContainer/default.aspx">IABContainer</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/protocol+documents/default.aspx">protocol documents</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/PidTagBody/default.aspx">PidTagBody</category><category domain="http://blogs.msdn.com/officedevdocs/archive/tags/IMAPIContainer/default.aspx">IMAPIContainer</category></item></channel></rss>