Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 4,951 for

personalstorage

(0.88 sec)
  1. 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...
  2. Different attachment count between .msg and mai...

    i got different attachment count between the mail in pst file and msg file.Pst: Personalstorage pst = Personalstorage.FromFile(pstpath); FolderInfo folderinfo = pst.RootFolder.GetSubFolder("Inbox"); …... Pst: PersonalStorage pst = PersonalStorage.FromFile(pstpath);...

    forum.aspose.com/t/different-attachment-count-b...
  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 HTML to PST via Java | products.aspose.com

    Try the code sample to convert HTML 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...format version using the PersonalStorage.create() method. Add a...

    products.aspose.com/email/java/conversion/html-...
  6. Convert OST to MSG via Java | products.aspose.com

    Try the code sample to convert OST files to MSG 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...file “Outlook.ost” using PersonalStorage.fromFile method. Get the...

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

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

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

    Try the code sample to convert OFT 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...new PST file using the PersonalStorage.create method, providing...

    products.aspose.com/email/java/conversion/oft-t...
  9. Convert PST to ICS via Java | products.aspose.com

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

    products.aspose.com/email/java/conversion/pst-t...
  10. 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...