News

Microsoft Releases Key Specs for Outlook and Office

Microsoft continues to open key specifications to developers, publishing closely held technical documentation on Office's proprietary protocols and file formats, to facilitate data portability and interoperability in multi-platform environments.

Last week, as promised, the company released technical specifications for Outlook's .pst file format, used with the software's personal folders. Developers can use the technical documentation and reference materials to access Outlook's email, calendar and contact data from various platforms and programming languages.

As an Open Specification, [MST-PST]: Outlook Personal Folders File Format Structure Specification is now available for public use, which means the documentation including schema, Interface Definition Language (IDL) files and code samples, can be freely copied and distributed as part of an implementation despite Microsoft copyrights, according to the company.

Last October, when the .pst announcement was made as part of the company's ongoing Open Specification efforts, Paul Lorimer, group manager, Microsoft Office Interoperability and author of the Interoperability @ Microsoft blog explained:

"This will allow developers to read, create, and interoperate with the data in .pst files in server and client scenarios using the programming language and platform of their choice. The technical documentation will detail how the data is stored, along with guidance for accessing that data from other software applications. It also will highlight the structure of the .pst file, provide details like how to navigate the folder hierarchy, and explain how to access the individual data objects and properties."

Developers can also use the Messaging API (MAPI) and the Outlook Object Model to access data in .PST files, according to Lorimer, but only on machines with Outlook installed. The [MS-PST]: Outlook Personal Folders File Format Structure Specification documentation is available now on MSDN.

It remains unclear whether early [MS-PST] implementations will be covered by Microsoft's Open Specification Promise (OSP), first announced in September 2006. OSP allows developers to use some of Microsoft's proprietary file formats and protocols without licensing fees or fear of patent infringement. That is clearly the intention, but for now it is not part of the official OSP list.

Lorimer explained in his blog post in October:

"This documentation is still in its early stages and work is ongoing. We are engaging directly with industry experts and interested customers to gather feedback on the quality of the technical documentation to ensure that it is clear and useful. When it is complete, it will be released under our Open Specification Promise, which will allow anyone to implement the .pst file format on any platform and in any tool, without concerns about patents, and without the need to contact Microsoft in any way."

The company also released updated documentation last week on proprietary Office protocols for developers who need to integrate the software with other Microsoft products. Information on the protocol specs, intended to spearhead Office 2010 integration, was first published in July 2009, according to Microsoft. The company started to release public technical documentation on proprietary protocols, languages, standards and formats with the release of Office 2007 Service Pack 2.

View the updated Microsoft Office Protocol Documents here.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube