Anpix / ost2pst

OST2PST - converts Outlook OST files to PST format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OST2PST

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>

  • same for .sh, or run the jar directly with java -jar ost2pst.jar
  • currently the jar needs JRE8 but I might try to lower that requirement.

Source:

More info


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

About

OST2PST - converts Outlook OST files to PST format


Languages

Language:Java 97.9%Language:Batchfile 1.1%Language:Shell 1.1%