Jump to content

Personal Storage Table: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m MS>Microsoft and misc
Citation bot (talk | contribs)
Added date. | Use this bot. Report bugs. | Suggested by Spinixster | Category:Freeware | #UCB_Category 45/166
 
(237 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
{{Short description|Family of file formats related to Microsoft Outlook}}
In [[computing]], a '''Personal Storage Table''' ('''.pst''') is an open file format used to store copies of messages, calendar events, and other items within [[Microsoft]] software such as [[Microsoft Exchange Client]], [[Windows Messaging]], and [[Microsoft Outlook]]. The open format is controlled by Microsoft who provide free specifications and free irrevocable technology licensing.
In [[computing]], a '''Personal Storage Table''' ('''.pst''') is an [[Proprietary file format#Open proprietary formats|open proprietary file format]] used to store copies of messages, calendar events, and other items within [[Microsoft]] software such as [[Microsoft Exchange Client]], [[Windows Messaging]], and [[Microsoft Outlook]]. The open format is controlled by Microsoft who provide free specifications and free irrevocable technology licensing.


The file format may also be known as a '''Personal Folders (File)''' or '''Post Office File'''. When functioning in its capacity as a cache for Outlook's Cached Exchange Mode feature, it may be called an '''Off-line Storage Table''' ('''.ost''') or an '''Off-line Folders (File)'''.<ref>{{Citation|title=OST to PST Converter: Free and Manual Methods to Convert OST to PST| date=3 December 2021 |url=https://www.youtube.com/watch?v=T5Go8PfFLSA|language=en|access-date=2021-12-03}}</ref>
The file format is also known as:
* '''Personal Folder File'''
* '''Off-line Storage Table''' ('''.ost''')
* '''Off-line Folder File'''
* '''Personal Address Book''' ('''.pab''')


==Overview==
==Overview==
In [[Microsoft Exchange Server]], the messages, the calendar, and other data items are delivered to and stored on the [[Server (computing)|server]]. [[Microsoft Outlook]] stores these items in a personal-storage-table (.pst) or off-line-storage-table (.ost) files that are located on the local computer. Most commonly, the .pst files are used to store archived items and the .ost files to maintain off-line availability of the items.
In [[Microsoft Exchange Server]], the messages, the calendar, and other data items are delivered to and stored on the [[Server (computing)|server]]. [[Microsoft Outlook]] stores these items in a personal-storage-table (.pst) or off-line-storage-table (.ost) files that are located on the local computer. Most commonly, the .pst files are used to store archived items and the .ost files to maintain off-line availability of the items. This is an essential feature of Microsoft Outlook.[https://support.microsoft.com/en-us/office/introduction-to-outlook-data-files-pst-and-ost-222eaf92-a995-45d9-bde2-f331f60e2790]

The size of these files no longer counts against the size of the mailbox used; by moving files from a server mailbox to .pst files, users can free storage space on their mailservers.<ref name="Introduction">{{cite web
The size of these files no longer counts against the size of the mailbox used; by moving files from a server mailbox to .pst files, users can free storage space on their mailservers.<ref name="Introduction">{{cite web
| url=http://office.microsoft.com/en-us/outlook/HA012308901033.aspx#1b
| url=http://office.microsoft.com/en-us/outlook/HA012308901033.aspx#1b
| title=Introduction to Personal Folders files (.pst)
| title=Introduction to Personal Folders files (.pst)
| publisher= Microsoft.com
| publisher= Microsoft.com
| accessdate=2008-10-04}}</ref> To use the .pst files from another location the user needs to be able to access the files directly over a network from his mail client. While it is possible to open and use a .pst file from over a network, this is unsupported, and Microsoft advises against it, as .pst files are prone to corruption when used in this manner.<ref name="Personal folder files are unsupported over a LAN or WAN link">{{cite web | url=http://support.microsoft.com/kb/297019 | title=Personal folder files are unsupported over a LAN or WAN link| publisher=Microsoft.com}}</ref>
| access-date=2008-10-04}}</ref> To use the .pst files from another location the user needs to be able to access the files directly over a network from their mail client. While it is possible to open and use a .pst file from over a network, this is unsupported, and Microsoft advises against it, as .pst files are prone to corruption when used in this manner.<ref name="Personal folder files are unsupported over a LAN or WAN link">{{cite web | url=http://support.microsoft.com/kb/297019 | title=Personal folder files are unsupported over a LAN or WAN link| date=30 January 2024| publisher=Microsoft.com}}</ref>


Both the .pst and .ost files use a fixed-block-based allocation scheme; the file is enlarged by a fixed amount of bytes, and the file internally maintains information about the allocated and non-allocated blocks. So, when data files like email messages are added to a .pst file, its file size is automatically adjusted by the mail client (if necessary). When mail is deleted from a .pst file, the size of the .pst file will stay the same, marking the space as unallocated so that it will hold future data items. Recently removed data items can actually be recovered from .pst and .ost files.
Both the .pst and .ost files use a fixed-block-based allocation scheme; the file is enlarged by a fixed amount of bytes, and the file internally maintains information about the allocated and non-allocated blocks. So, when data files like email messages are added to a .pst file, its file size is automatically adjusted by the mail client (if necessary). When mail is deleted from a .pst file, the size of the .pst file will stay the same, marking the space as unallocated so that it will hold future data items. Recently removed data items can actually be recovered from .pst and .ost files.


To reduce the size of .pst files, the user needs to compact them.<ref>{{cite web
To reduce the size of .pst files, the user needs to compact them.<ref>{{cite web
| url=https://support.office.com/en-US/article/Reduce-the-size-of-Outlook-Data-Files-pst-and-ost-E4C6A4F1-D39C-47DC-A4FA-ABE96DC8C7EF
| url=http://office.microsoft.com/en-us/outlook/HP100807041033.aspx
| title=Reduce the size of a .pst file
| title=Reduce the size of a .pst file
| publisher=Microsoft.com
| publisher=Microsoft.com
| accessdate=2008-10-04 }}</ref> Password protection can be used to protect the content of the .pst files.<ref> {{cite web
| access-date=2015-10-21 }}</ref>
== Data access ==
[[Password]] protection can be used to protect the content of the .pst files.<ref>{{cite web
| url=http://office.microsoft.com/en-us/outlook/HA012308911033.aspx#2
| url=http://office.microsoft.com/en-us/outlook/HA012308911033.aspx#2
| title=Create a .pst file in Outlook 2003/Office Outlook 2007 format
| title=Create a .pst file in Outlook 2003/Office Outlook 2007 format
| publisher=Microsoft.com
| publisher=Microsoft.com
| accessdate=2008-10-04 }}</ref> However, Microsoft admits that the password adds very little protection, due to the existence of commonly available tools which can remove or simply bypass the password protection.<ref>{{cite web
| access-date=2008-10-04 }}</ref> However, Microsoft admits that the password adds very little protection, due to the existence of commonly available tools which can remove or simply bypass the password protection.<ref>{{cite web
| url=http://support.microsoft.com/kb/143241
| url=http://support.microsoft.com/kb/143241
| title=XCLN: Improving the Security of PST Files
| title=XCLN: Improving the Security of PST Files
| publisher=Microsoft.com
| publisher=Microsoft.com
| access-date=2009-08-12 }}</ref> The password to access the table is stored without the first and last XOR [[Cyclic redundancy check|CRC-32]] integer representation of itself
| accessdate=2009-08-12 }}</ref>
in the .pst file. Outlook checks to make sure that

The .pst file format is fundamentally insecure for multiple reasons.
First, the password (actually a weak (without the first and last XOR) [[Cyclic redundancy check|CRC-32]] integer representation of it)
is simply stored in the .pst file, and Outlook checks to make sure that
it matches the user-specified password and refuses to operate if there is
it matches the user-specified password and refuses to operate if there is
no match. But the actual data is still there and is readable by
no match. The data is readable by
the libpst project code.
the libpst project code.


Second, Microsoft (MS) offers three values for the encryption setting: ''none'',
Microsoft (MS) offers three values for the encryption setting: ''none'',
''compressible'', and ''high''.
''compressible'', and ''high''. ''None'' encryption is easy because the .pst file contains data in plaintext, and a simple text editor will show the contents.


*''None'' the .pst data is stored as plain text.
''Compressible'' encryption is a simple byte-substitution cipher
with a fixed substitution table. Of course, since the table is fixed,
*''Compressible'' the .pst data is encrypted with a byte-substitution [[cipher]] with a fixed substitution table.
*''High'' (sometimes called "better") encryption is similar to a [[Enigma machine|WWII German Enigma]] cipher with three fixed rotors.
it is also widely known. Attackers can simply decipher the data and see the computer's
plaintext.


Note that neither of the two encryption modes uses the user-specified password as any part of the key for the encryption.
''High'' (sometimes called "better") encryption is similar to
a WWII German Enigma cipher with three fixed rotors, which are widely known. If the key, which is the value of an internal identifier, is known, attackers can simply decipher the data and see the computer's plaintext.

Note that neither of the two encryption modes uses the user-specified
password as any part of the key for the encryption. Using encryption
in this way (with a single global fixed key) is, at best, obfuscation
and is not really encryption.


== Support ==
== Support ==
The .pst file format is supported by several Microsoft client applications, including [[Microsoft Exchange Client]], [[Windows Messaging]], and [[Microsoft Outlook]]. The .pst file format is an open format for which Microsoft provides free specifications and irrevocable free patent licensing trough the [[Microsoft Open Specification Promise|Open Specification Promise]] <ref>[http://msdn.microsoft.com/en-us/library/ff385210.aspx. [MS-PST]: Outlook Personal Folders File Format (.pst) Structure Specification]</ref>
The .pst file format is supported by several Microsoft client applications, including [[Microsoft Exchange Client]], [[Windows Messaging]], and [[Microsoft Outlook]]; in the previous two, it was often used with a '''Personal Address Book''' ('''.pab''') file, which stores address book. The .pst file format is an open format for which Microsoft provides [https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/141923d5-15ab-4ef1-a524-6dce75aae546 free specifications] and irrevocable free patent licensing through the [[Microsoft Open Specification Promise|Open Specification Promise]].<ref>[https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/141923d5-15ab-4ef1-a524-6dce75aae546 &#91;MS-PST&#93;: Outlook Personal Folders File Format (.pst) Structure Specification]</ref>


The [http://www.five-ten-sg.com/libpst libpst project] includes tools to convert .pst files into open formats such as [[mbox]] and [[LDAP Data Interchange Format]]. libpst is licensed under the [[GPL]] and is now included in [[Fedora (operating system)#Fedora 10|Fedora 10]]. [http://www.encryptomatic.com/mvcom MVCOM] is a commercially licensed COM Component that provides access to .pst files without MAPI. [http://www.pstviewer.com PSTViewer] is a commercial viewer for accessing .pst file contents without Outlook or MAPI.
The [http://www.five-ten-sg.com/libpst libpst project] includes tools to convert .pst files into open formats such as [[mbox]] and [[LDAP Data Interchange Format]]. libpst is licensed under the [[GPL]] and is now included in [[Fedora (operating system)#Fedora 10|Fedora 10]]. [http://www.encryptomatic.com/mvcom MVCOM] is a commercially licensed COM Component that provides access to .pst files without MAPI.

As with any file, .pst files can become corrupted. Prior to Outlook 2003, the default .pst file format was ANSI and had a maximum size of 2 GB. If the .pst file were allowed to grow over 2 GB, the file would become unusable. Microsoft provides PST2GB a tool that can be used to truncate a .pst file that has grown over 2 GB. Microsoft also provides scanpst.exe, that can be used to repair other .pst file-corruption issues. In Outlook 2003 and later, .pst files are created in the Unicode format and have a default maximum size of 20 GB.


There are tools to convert .pst to other formats or to upload to other online e-mails like Gmail, for example.<ref>[http://techietrick.blogspot.com/2009/11/disentangle-from-microsoft-outlook-make.html Migrating from Microsoft Outlook to Gmail]</ref>
There are tools to convert .pst to other formats or to upload to other online e-mails like Gmail, for example.<ref>[http://techietrick.blogspot.com/2009/11/disentangle-from-microsoft-outlook-make.html Migrating from Microsoft Outlook to Gmail]</ref>


== Size and formats ==
== Formats and size ==
The file is structured as a [[B-tree]] with 512 byte nodes and leaves.<ref name="pst file format">{{cite web
Outlook 2002 and earlier use [[ANSI]] (extended ASCII with a codepage) encoding for their .pst and .ost files. This format has a maximum size of 2 GB (2<sup>31</sup> bytes) and does not support [[unicode]]. A file exceeding this size is likely to give error messages, such as ".pst has reached maximum size limit," and could become corrupted. Although superseded, this format continues to be supported by Microsoft Outlook 97 and later (98, 2000, 2002 (XP), 2003, 2007), by Internet Message Access Protocol Version 4rev1 (IMAP4) accounts and by HTTP accounts.<ref name="kb830336">{{cite web
|url=http://www.five-ten-sg.com/libpst/rn01re06.html
|title=Binary analysis of the pst file format
|access-date=2010-06-12
}}</ref> All PST files begin with the four-byte [[Magic number (programming)|magic string]] "!BDN", a four-byte CRC number, and a two-byte magic string of "SM".<ref name="MS-PST section 2.2.2.6 - HEADER">{{cite web
|url=https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/c9876f5a-664b-46a3-9887-ba63f113abf5
|title=[MS-PST]: Outlook Personal Folders (.pst) File Format - 2.2.2.6 HEADER
|publisher=Microsoft
|access-date=2014-10-07
}}</ref>

Outlook 2002 and earlier use [[Windows code page|ANSI]] (extended ASCII with a codepage) encoding for their .pst and .ost files. This format has a maximum size of 2 GiB (2<sup>31</sup> bytes) and does not support [[unicode]]. A file exceeding this size is likely to give error messages, such as ".pst has reached maximum size limit," and could become corrupted. Although superseded, this format is supported by all Outlook versions, by Internet Message Access Protocol Version 4rev1 (IMAP4) accounts and by HTTP accounts.<ref name="kb830336">{{cite web
|url=http://support.microsoft.com/kb/830336
|url=http://support.microsoft.com/kb/830336
|title=The .pst file has a different format and folder size limit in Outlook 2007 and in Outlook 2003 (KB830336)
|title=The .pst file has a different format and folder size limit in Outlook 2007 and in Outlook 2003 (KB830336)
|date=2007-02-05
|date=2007-02-05
|publisher=Microsoft
|publisher=Microsoft
|accessdate=2007-03-05
|access-date=2007-03-05
}}</ref>
}}</ref>


From Outlook 2003 and onward, the standard format for .pst and .ost files is [[Unicode]] (UTF-16 little-endian). This allows a user-definable maximum-file size up to 20 GB that exceeds the previous limit of 2 GB. This format is supported by Microsoft Outlook 2003 and later (2007) <ref name="kb830336" /><ref name="kb832925">{{cite web
From Outlook 2003 and onward, the new standard format for .pst and .ost files is [[Unicode]] ([[UTF-16]] little-endian), with 64-bit pointers instead of 32-bit to allow larger than 2 GiB sizes. The limit became 20 GB for Outlook 2003-2007, and increased to 50 GB from Outlook 2010.<ref name="kb982577">{{cite web
|url=http://support.microsoft.com/kb/982577
|title=The file size limits of .pst and .ost files are larger in Outlook 2010 (KB982577)
|date=2011-09-02
|publisher=Microsoft
|access-date=2011-12-08
}}</ref><ref name="kb830336" /><ref name="kb832925">{{cite web
|url=http://support.microsoft.com/kb/832925/
|url=http://support.microsoft.com/kb/832925/
|title=How to configure the size limit for both (.pst) and (.ost) files in Outlook 2007 and in Outlook 2003 (KB832925)
|title=How to configure the size limit for both (.pst) and (.ost) files in Outlook 2007 and in Outlook 2003 (KB832925)
|date=2007-02-13
|date=2007-02-13
|publisher=Microsoft
|publisher=Microsoft
|accessdate=2008-04-09
|access-date=2008-04-09
}}</ref> A file that is created in the personal-folders format in Outlook 2003 or in Microsoft Office Outlook 2007 is not compatible with earlier versions of Microsoft Outlook and cannot be opened by using those older versions.<ref name="Introduction"/>
}}</ref> A file that is created in the personal-folders format in Outlook 2003 or later is not compatible and cannot be opened by earlier versions.<ref name="Introduction"/>

If this limit is reached or sometimes exceeded, retrieval of the .pst file can be difficult if not impossible.
As with any file, .pst files can become corrupted. Growth over the limit has been a consistent problem; ANSI .pst that grew beyond 2 GiB and Unicode .pst that grew beyond 20 or 50 GB would become unusable. The scanpst.exe tool has been included with all versions of Outlook to detect and repair .pst database corruption, and Microsoft at one point offered a special-purpose PST2GB that would simply truncate the file to 2 GiB to allow Outlook to repair it.

===Entourage and Outlook for Mac===
===Entourage and Outlook for Mac===
{{Update|section|date=April 2019}}
Entourage is Microsoft's email and personal information program for Mac OS X. While superficially similar to Outlook, it is an entirely different application, and uses a unique database format which cannot be imported or exported, though user data can be imported and exported to and from another unique format called .rge (a bundle consisting of many individual files plus metadata). Entourage 2008, the current version, has no support for .pst files, though there was a .pst import tool for Entourage 2004; however, the tool could only import .pst files from Outlook for Mac 2001, and not any Windows versions. Entourage is being replaced by Outlook for Mac 2011, which will be able to import Outlook .pst files from Windows; however, data will be stored as many individual files, rather than in a single database such as .pst or the Entourage database.
[[Microsoft Entourage]] was Microsoft's email and personal information program for [[Mac OS X]] (replaced by [[Microsoft Outlook|Outlook for Macintosh]] in [[Microsoft Office for Mac 2011]]). While superficially similar to Outlook, it was an entirely different application, and used a unique database format which cannot be imported or exported, though user data can be imported and exported to and from another unique format called .rge (a bundle consisting of many individual files plus [[metadata]]). Entourage 2008, the current version as of May 2010, has no support for .pst files, though there exists Microsoft's .pst import tool for Entourage 2004; however, the tool could only import .pst files from Outlook for Mac 2001, and not any Windows versions. Entourage's replacement, Outlook for Office 2011 for Intel Macs, was able to import Outlook .pst files from Windows;<ref name="Introducing Office for Mac 2011: The Quintessential Teammate">{{cite web
| url=https://news.microsoft.com/2010/02/11/introducing-office-for-mac-2011-the-quintessential-teammate/
| title=Introducing Office for Mac 2011: The Quintessential Teammate
| date=11 February 2010
| publisher= Microsoft.com
| access-date=2010-07-09}}</ref> however, data will be stored as many individual files, rather than in a single database such as .pst or the Entourage database.


Outlook for Mac 2001, which ran on Mac OS (not Mac OS X) and connected exclusively to Exchange servers, was closer to its Windows counterpart than Entourage is; it used .pst files, and was compatible with Outlook 2000 and 2002.
Outlook for Mac 2001, which runs under Mac OS 9 or the Mac OS X [[Classic Environment]], connects exclusively to Exchange servers, and to this day is closer to its Windows counterpart than Entourage is. It works directly with 'Outlook 97-2002' .pst files, and can freely interchange those files with Outlook for Windows, as recent versions are still compatible with the older .pst format.
The limit for Outlook 2011 is 10GB.


==References==
==References==
Line 90: Line 104:


==External links==
==External links==
* Microsoft has released some of the [https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-pst/141923d5-15ab-4ef1-a524-6dce75aae546 format specification] and [http://pstsdk.codeplex.com/ reference implementation].
*[http://www.five-ten-sg.com/libpst/rn01re06.html libpst project: format of Microsoft Outlook .pst file]
* A great deal of information about the format has been documented by the [http://libpff.sourceforge.net libpff project], including some of the [http://downloads.sourceforge.net/libpff/Personal_Folder_File_format.pdf Personal Folder File format specifications] and [http://downloads.sourceforge.net/libpff/MAPI_definitions.pdf MAPI definitions].


[[Category:E-mail storage formats]]
[[Category:Email storage formats]]
[[Category:Microsoft Windows]]
[[Category:Windows architecture]]
[[Category:Microsoft Office]]
[[Category:Microsoft Office]]
[[Category:Freeware]]

[[de:Personal Store]]
[[fr:.pst]]

Latest revision as of 06:49, 5 December 2024

In computing, a Personal Storage Table (.pst) is an open proprietary file format used to store copies of messages, calendar events, and other items within Microsoft software such as Microsoft Exchange Client, Windows Messaging, and Microsoft Outlook. The open format is controlled by Microsoft who provide free specifications and free irrevocable technology licensing.

The file format may also be known as a Personal Folders (File) or Post Office File. When functioning in its capacity as a cache for Outlook's Cached Exchange Mode feature, it may be called an Off-line Storage Table (.ost) or an Off-line Folders (File).[1]

Overview

[edit]

In Microsoft Exchange Server, the messages, the calendar, and other data items are delivered to and stored on the server. Microsoft Outlook stores these items in a personal-storage-table (.pst) or off-line-storage-table (.ost) files that are located on the local computer. Most commonly, the .pst files are used to store archived items and the .ost files to maintain off-line availability of the items. This is an essential feature of Microsoft Outlook.[1]

The size of these files no longer counts against the size of the mailbox used; by moving files from a server mailbox to .pst files, users can free storage space on their mailservers.[2] To use the .pst files from another location the user needs to be able to access the files directly over a network from their mail client. While it is possible to open and use a .pst file from over a network, this is unsupported, and Microsoft advises against it, as .pst files are prone to corruption when used in this manner.[3]

Both the .pst and .ost files use a fixed-block-based allocation scheme; the file is enlarged by a fixed amount of bytes, and the file internally maintains information about the allocated and non-allocated blocks. So, when data files like email messages are added to a .pst file, its file size is automatically adjusted by the mail client (if necessary). When mail is deleted from a .pst file, the size of the .pst file will stay the same, marking the space as unallocated so that it will hold future data items. Recently removed data items can actually be recovered from .pst and .ost files.

To reduce the size of .pst files, the user needs to compact them.[4]

Data access

[edit]

Password protection can be used to protect the content of the .pst files.[5] However, Microsoft admits that the password adds very little protection, due to the existence of commonly available tools which can remove or simply bypass the password protection.[6] The password to access the table is stored without the first and last XOR CRC-32 integer representation of itself in the .pst file. Outlook checks to make sure that it matches the user-specified password and refuses to operate if there is no match. The data is readable by the libpst project code.

Microsoft (MS) offers three values for the encryption setting: none, compressible, and high.

  • None the .pst data is stored as plain text.
  • Compressible the .pst data is encrypted with a byte-substitution cipher with a fixed substitution table.
  • High (sometimes called "better") encryption is similar to a WWII German Enigma cipher with three fixed rotors.

Note that neither of the two encryption modes uses the user-specified password as any part of the key for the encryption.

Support

[edit]

The .pst file format is supported by several Microsoft client applications, including Microsoft Exchange Client, Windows Messaging, and Microsoft Outlook; in the previous two, it was often used with a Personal Address Book (.pab) file, which stores address book. The .pst file format is an open format for which Microsoft provides free specifications and irrevocable free patent licensing through the Open Specification Promise.[7]

The libpst project includes tools to convert .pst files into open formats such as mbox and LDAP Data Interchange Format. libpst is licensed under the GPL and is now included in Fedora 10. MVCOM is a commercially licensed COM Component that provides access to .pst files without MAPI.

There are tools to convert .pst to other formats or to upload to other online e-mails like Gmail, for example.[8]

Formats and size

[edit]

The file is structured as a B-tree with 512 byte nodes and leaves.[9] All PST files begin with the four-byte magic string "!BDN", a four-byte CRC number, and a two-byte magic string of "SM".[10]

Outlook 2002 and earlier use ANSI (extended ASCII with a codepage) encoding for their .pst and .ost files. This format has a maximum size of 2 GiB (231 bytes) and does not support unicode. A file exceeding this size is likely to give error messages, such as ".pst has reached maximum size limit," and could become corrupted. Although superseded, this format is supported by all Outlook versions, by Internet Message Access Protocol Version 4rev1 (IMAP4) accounts and by HTTP accounts.[11]

From Outlook 2003 and onward, the new standard format for .pst and .ost files is Unicode (UTF-16 little-endian), with 64-bit pointers instead of 32-bit to allow larger than 2 GiB sizes. The limit became 20 GB for Outlook 2003-2007, and increased to 50 GB from Outlook 2010.[12][11][13] A file that is created in the personal-folders format in Outlook 2003 or later is not compatible and cannot be opened by earlier versions.[2]

As with any file, .pst files can become corrupted. Growth over the limit has been a consistent problem; ANSI .pst that grew beyond 2 GiB and Unicode .pst that grew beyond 20 or 50 GB would become unusable. The scanpst.exe tool has been included with all versions of Outlook to detect and repair .pst database corruption, and Microsoft at one point offered a special-purpose PST2GB that would simply truncate the file to 2 GiB to allow Outlook to repair it.

Entourage and Outlook for Mac

[edit]

Microsoft Entourage was Microsoft's email and personal information program for Mac OS X (replaced by Outlook for Macintosh in Microsoft Office for Mac 2011). While superficially similar to Outlook, it was an entirely different application, and used a unique database format which cannot be imported or exported, though user data can be imported and exported to and from another unique format called .rge (a bundle consisting of many individual files plus metadata). Entourage 2008, the current version as of May 2010, has no support for .pst files, though there exists Microsoft's .pst import tool for Entourage 2004; however, the tool could only import .pst files from Outlook for Mac 2001, and not any Windows versions. Entourage's replacement, Outlook for Office 2011 for Intel Macs, was able to import Outlook .pst files from Windows;[14] however, data will be stored as many individual files, rather than in a single database such as .pst or the Entourage database.

Outlook for Mac 2001, which runs under Mac OS 9 or the Mac OS X Classic Environment, connects exclusively to Exchange servers, and to this day is closer to its Windows counterpart than Entourage is. It works directly with 'Outlook 97-2002' .pst files, and can freely interchange those files with Outlook for Windows, as recent versions are still compatible with the older .pst format. The limit for Outlook 2011 is 10GB.

References

[edit]
  1. ^ OST to PST Converter: Free and Manual Methods to Convert OST to PST, 3 December 2021, retrieved 2021-12-03
  2. ^ a b "Introduction to Personal Folders files (.pst)". Microsoft.com. Retrieved 2008-10-04.
  3. ^ "Reduce the size of a .pst file". Microsoft.com. Retrieved 2015-10-21.
  4. ^ "Create a .pst file in Outlook 2003/Office Outlook 2007 format". Microsoft.com. Retrieved 2008-10-04.
  5. ^ "XCLN: Improving the Security of PST Files". Microsoft.com. Retrieved 2009-08-12.
  6. ^ [MS-PST]: Outlook Personal Folders File Format (.pst) Structure Specification
  7. ^ Migrating from Microsoft Outlook to Gmail
  8. ^ "Binary analysis of the pst file format". Retrieved 2010-06-12.
  9. ^ "[MS-PST]: Outlook Personal Folders (.pst) File Format - 2.2.2.6 HEADER". Microsoft. Retrieved 2014-10-07.
  10. ^ a b "The .pst file has a different format and folder size limit in Outlook 2007 and in Outlook 2003 (KB830336)". Microsoft. 2007-02-05. Retrieved 2007-03-05.
  11. ^ "The file size limits of .pst and .ost files are larger in Outlook 2010 (KB982577)". Microsoft. 2011-09-02. Retrieved 2011-12-08.
  12. ^ "How to configure the size limit for both (.pst) and (.ost) files in Outlook 2007 and in Outlook 2003 (KB832925)". Microsoft. 2007-02-13. Retrieved 2008-04-09.
  13. ^ "Introducing Office for Mac 2011: The Quintessential Teammate". Microsoft.com. 11 February 2010. Retrieved 2010-07-09.
[edit]