BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Microsoft Has Released a PST View Tool and a File Format SDK

Microsoft Has Released a PST View Tool and a File Format SDK

This item in japanese

Bookmarks

Three months ago Microsoft released the Outlook PST Specification documentation allowing developers to create server/desktop applications processing PST content without having to install Outlook. On May 24th, Microsoft announced two new open source projects,  PST Data Structure View Tool and PST File Format SDK, making the creation of such applications even easier.

Developers could access PST file content through the Messaging API (MAPI) via the Outlook Object Model since 2007. In February 2010, Microsoft released the complete Outlook PST File Format Structure specification in an attempt to help interoperability with other document processing systems. (The details were presented by InfoQ at that time.) The recently released PST Data Structure View Tool and PST File Format SDK offer a starting point for writing PST applications without having to deal with internal details of PST files.

The PST Data Structure View Tool is a MFC/C++ graphical tool developers can use to understand the internal organization of data in PST files. The PST File Format SDK is a cross-platform C++ library which offers read access to all items stored in a PST file. Microsoft promises to add writing capabilities in the near future.

Microsoft explains that opening up PST helps interoperability for clients with heterogeneous document systems and those having large amounts of archived PST data. Now, they can search through the PST data, extract and process it in various ways.

Both projects have been released under the Apache license.

Rate this Article

Adoption
Style

BT