Skip to content
forked from mkorthof/ost2pst

OST2PST - converts Outlook OST files to PST format

Notifications You must be signed in to change notification settings

johnfoxii/ost2pst

 
 

Repository files navigation

OST2PST

A while ago I needed something to convert a 5GB Outlook OST file to PST format. Turned out Aspose has a good (commercial) API/library for Java to do exactly that. I had not touched Java for 10 years but got things sorted within a few hours thanks to clear instructions and good examples and docs. I just used the example and made minimal changes, nothing more.

Download

Jar and wrappers:

Usage:

ost2pst.bat <input.ost> <output.pst>

Example:

C:\src\ost2pst>ost2pst.bat input.ost output.pst

OST2PST (180915)

INFO: Loading OST file input.ost (5GB)
INFO: Folder 0 Root - Public
INFO: Folder 1 Root - Mailbox
INFO: Converting input.ost to output.pst - 1225MB/4731MB (26%)

Changelog:

20180915: improved progress indicator, updated aspose-email lib to 18.8

Source:

More info


moved from old repo mkorthof/Aspose.Email-for-Java

About

OST2PST - converts Outlook OST files to PST format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Other 2.0%