Aspose.Email - Convert OST to PST

PersonalStorage ost = PersonalStorage.fromFile("data/outlook.ost");

ost.saveAs("data/AsposeOST-PST.pst", FileFormat.Pst);

Download Source Code
For More Examples, Please Visit Aspose Docs