Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,113 for

personalstorage

(0.68 sec)
  1. 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 …... PersonalStorage pst = PersonalStorage.fromFile("/...static String setMessages(PersonalStorage pst, String folderId) throws...

    forum.aspose.com/t/how-to-get-the-following-val...
  2. Create New PST File and Add SubFolders|Document...

    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.... Use the PersonalStorage class to create a PST file...Create a PST using the PersonalStorage.Create() method. Add a...

    docs.aspose.com/email/cpp/create-new-pst-file-a...
  3. Convert OST to MHTML via Java | products.aspose...

    Try the code sample to convert OST 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...Open the OST file using PersonalStorage.fromFile method. Iterate...

    products.aspose.com/email/java/conversion/ost-t...
  4. Convert MSG to OST via Java | products.aspose.com

    Try the code sample to convert MSG files to OST 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...Open the OST file using PersonalStorage.fromFile() method by providing...

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

    Try the code sample to convert PST files to OFT 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...few lines of code. Use PersonalStorage.fromFile method to open...

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

    Try the code sample to convert OST files to ICS 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...Open the OST file using PersonalStorage.fromFile method. Make sure...

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

    Try the code sample to convert MBOX 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...Open the OST file using PersonalStorage.fromFile() method. Get...

    products.aspose.com/email/java/conversion/mbox-...
  8. Convert OFT to OST via Java | products.aspose.com

    Try the code sample to convert OFT files to OST 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 OST file using the PersonalStorage.fromFile method, specifying...

    products.aspose.com/email/java/conversion/oft-t...
  9. Convert EML to HTML|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....the output file with the PersonalStorage.Create and add the email...{ using ( var personalStorage = PersonalStorage . Create ( "outputFile...

    docs.aspose.com/email/net/converting-between-fo...
  10. Convert EML to PST via Java | products.aspose.com

    Try the code sample to convert EML files to PST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class is used to create..."sourceFile.eml" ); PersonalStorage pst = PersonalStorage. create ( "outputFile...

    products.aspose.com/email/java/conversion/eml-t...