Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,278 for

personalstorage

(0.15 sec)
  1. 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...
  2. Parsing the details via DotNet in efficient man...

    Hello Team, we are out here to parse and fetch the data for PST & OLM Files in most time consuming and efficient manner, and we have 2 goals here. Both the parsing logics are consuming too much time and we want to optimi…...folderEntryId) { var pst = PersonalStorage.FromFile(emailFilePath);...MailDetailInfo ProcessFolderForMess(PersonalStorage pst, FolderInfo folder...

    forum.aspose.com/t/parsing-the-details-via-dotn...
  3. EMAILNET-41653 - Free Support Forum - aspose.com

    What was the issue with message extraction from PST fixed by EMAILNET-41653 in 25.11?...In earlier releases the PersonalStorage / MapiMessage APIs returned...

    forum.aspose.com/t/emailnet-41653/322916
  4. 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...
  5. 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...
  6. 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...
  7. 档案

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

    blog.aspose.com/zh/email/create-ms-outlook-dist...
  8. Convert ICS Other Formats|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....FromFile method of the PersonalStorage class. Retrieve the calendar...OST file using var pst = PersonalStorage . FromFile ( "Saved File...

    docs.aspose.com/email/net/converting-between-fo...
  9. 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...
  10. Merge PST Files via .NET | products.aspose.com

    Combine PST files using the C# code sample from the advanced library on .NET Framework, .NET Core Platforms. Optimize email handling!... Use PersonalStorage.FromFile to access the...separate folder using personalStorage.MergeWith() method. System...

    products.aspose.com/email/net/merger/pst/