Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,105 for

personalstorage

(0.11 sec)
  1. Convert PST to MHTML via Java | products.aspose...

    Try the code sample to convert PST files to MHTML 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...the PST file with the PersonalStorage.fromFile method. Ensure...

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

    Try the code sample to convert OLM 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 to create a new output...output PST file using PersonalStorage.create(pstFilePath, FileFormatVersion...

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

    Try the code sample to convert PST files to MBOX 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...the PST file using the PersonalStorage.fromFile method and providing...

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

    Try the code sample to convert VCF files to PST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class which is used to...vcf" ); try (PersonalStorage pst = PersonalStorage. create ( "storage...

    products.aspose.com/email/java/conversion/vcf-t...
  5. Splitting PST results in creation of empty fold...

    I am trying to split a large PST which has multiple folders with Aspose.Email for Java. PST split works fine with size constraint; however, all PSTs will have all folders from parent PST even though some of the folders …...GetQuery()); using (PersonalStorage pst = PersonalStorage.FromFile(fileName))...

    forum.aspose.com/t/splitting-pst-results-in-cre...
  6. Convert PST to VCF via Java | products.aspose.com

    Try the code sample to convert PST files to VCF 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...Outlook PST file with the PersonalStorage.fromFile method. Check...

    products.aspose.com/email/java/conversion/pst-t...
  7. IMAP Backup and Restore Operation in Python|Doc...

    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.... PersonalStorage . from_file ( data_dir...= ae . storage . pst . PersonalStorage . from_file ( data_dir...

    docs.aspose.com/email/python-net/imap-backup-an...
  8. 档案

    档案... 然后,使用 PersonalStorage.create() 方法创建一个 PST 文件来存储分发列表。...文件来存储分发列表。 之后,使用 PersonalStorage.createpredefinedfold() 方法在 PST...

    blog.aspose.com/zh/email/create-ms-outlook-dist...
  9. Convert PST to HTML via Java | products.aspose.com

    Try the code sample to convert PST files to HTML 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...the PST file with the PersonalStorage.fromFile method specifying...

    products.aspose.com/email/java/conversion/pst-t...
  10. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...PST: using (var pst = PersonalStorage.FromFile("mailbox.pst"))...color: using (var pst = PersonalStorage.FromFile("mailbox.pst"))...

    forum.aspose.com/t/how-to-get-the-following-val...