Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 3,105 for

personalstorage

(0.05 sec)
  1. Convert ICS to PST via Java | products.aspose.com

    Try the code sample to convert ICS files to PST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class of the library represents...format version using the PersonalStorage.create method. This method...

    products.aspose.com/email/java/conversion/ics-t...
  2. Convert PST to MSG via Java | products.aspose.com

    Try the code sample to convert PST files to MSG format in Java. Download Java API to take your email processing applications to the next level.... By utilizing the PersonalStorage class, users can easily...the library offers the PersonalStorage class which is used to...

    products.aspose.com/email/java/conversion/pst-t...
  3. Convert MSG to PST via Java | products.aspose.com

    Try the code sample to convert MSG files to PST format in Java. Download Java API to take your email processing applications to the next level....the library offers the PersonalStorage class which is used to...output PST file using PersonalStorage.create() method and provide...

    products.aspose.com/email/java/conversion/msg-t...
  4. Convert EMLX to PST via Java | products.aspose.com

    Try the code sample to convert EMLX files to PST format in Java. Download Java API to take your email processing applications to the next level.... the library offers a PersonalStorage class to create an object...target format with the PersonalStorage and FolderInfo methods...

    products.aspose.com/email/java/conversion/emlx-...
  5. How to Split PST File using Python

    This short tutorial focuses on how to split PST File using Python. You will learn to split PST using Python with the help of a few lines of code that can be used in any Python supported environment including Windows and Linux....MailQuery list Create the PersonalStorage class instance to load...from the disk using the PersonalStorage class. Code to Split PST...

    kb.aspose.com/email/python/how-to-split-pst-fil...
  6. Convert VCF to OST via Java | products.aspose.com

    Try the code sample to convert VCF files to OST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class which is used to...Storage (OST) file with PersonalStorage.fromFile . Retrieve the...

    products.aspose.com/email/java/conversion/vcf-t...
  7. Convert ICS to OST via Java | products.aspose.com

    Try the code sample to convert ICS files to OST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class of the library represents...file “SavedFile.ost” as a PersonalStorage object. Get a calendar...

    products.aspose.com/email/java/conversion/ics-t...
  8. How to Split PST File using Java

    This simple topic focuses on how to convert split PST File using Java. It covers all the details to split PST using Java with the help of a few lines of code that can be used in any Java applications supported environments including Windows, Linux and macOS....MailQuery list Initialize the PersonalStorage class instance to load...from the disk using the PersonalStorage class instance. Code to...

    kb.aspose.com/email/java/how-to-split-pst-file-...
  9. Creating Simple Application|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of PersonalStorage com . aspose . email . PersonalStorage pst...com . aspose . email . PersonalStorage . create ( "newSample_out...

    docs.aspose.com/email/androidjava/creating-simp...
  10. Create New PST in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create an instance of PersonalStorage pst = Rjb :: import ( 'com...'com.aspose.email.PersonalStorage' ) . create ( data_dir + "sample1...

    docs.aspose.com/email/java/create-new-pst-in-ruby/