Personal Storage Tables, Messages and Emails (PST/MSG/EML)

PST file format is used to store copies of messages, calendar events and other data items within Microsoft Software such as MS Outlook. In Microsoft Exchange Server , messages are stored on the server, Microsoft Outlook stores these messages and data items in a (.pst files) that are located on the local computer to maintain offline availability of the items. At the logical level, a .pst file has three layers: the Node Database (NDB) layer, the Lists, Tables, and Properties (LTP) layer, and the Messaging layer.these layers defines data and controls that are used to allow the mail client reach message in the folder with correct information. For more information, refer to https://en.wikipedia.org/wiki/Personal_Storage_Table. It is possible to speed up the loading of large PST files. For more information, refer to Using Filter Data to Speed up Loading Large Files.

MSG file format is used to for MS Outlook messages when saved as files of disk. (.msg) file is a Compound Binary Files (CFBF) , that is used to store numerous files and streams within a single file on disk. It's partitioned in sections which are chained using File-Allocation-Table (FAT) system which contains Chains of sectors related to each other and a Directory that holds information for contained files with s Sector ID for the starting sector of a chain and so on. For more information, refer to http://www.fileformat.info/format/outlookmsg/.

EML file format is a MIME (Multipurpose Internet Mail Extensions) file format that defines a mechanism of sending information in email. The information includes text in languages other than English using character encoding other than ASCII, and 8-bit binary content such as files containing images, sounds and movies in one single file. Eml file is a multipart file containing the message body itself and any attached images(base64 encoded) or attachments 'inline' with text. Other extension for the EML files is the (.mht) used to open this email message file with internet browsers. For more information, refer to https://en.wikipedia.org/wiki/MIME.

LEADTOOLS supports loading only for this format.

This format is available in selected LEADTOOLS products.

The default extensions used by this format are: .pst, .msg, .eml, and .mht.

File constants associated with this file format are:

Constant Read Support Write Support Description
FILE_PST 24 BPP N/A [385] MS Outlook Personal Storage Tables (PST)
FILE_MSG 24 BPP N/A [386] MS Outlook message (MSG)
FILE_EML 24 BPP N/A [387] Multipurpose Internet Mail Extensions (EML)

Required DLLs and Libraries

LEADTOOLS supports writing/saving using LEADTOOLS Document Writers. For additional support details, refer to the following:

Related Formats

Platforms

Win32, x64.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help