Package com.aspose.email

Examples of com.aspose.email.PersonalStorage.saveAs()


{
  public static void main(String[] args)
  {
    PersonalStorage ost = PersonalStorage.fromFile("data/outlook.ost");

    ost.saveAs("data/AsposeOST-PST.pst", FileFormat.Pst);
    System.out.println("Done");
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.