Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 3,110 for

personalstorage

(0.07 sec)
  1. How to parse the below values from the Java Cod...

    Hello Team, Can you help me to know how to fetch the below properties from the .PST file from the code given below. Subfolders Data - How to parse getSubFolders() To, Cc, Bcc email addresses HTML Body Content Attachme…...pst"; PersonalStorage pst = PersonalStorage.fromFile(pstFileName);...olderInfo folderInfo, PersonalStorage pst) { // display the folder...

    forum.aspose.com/t/how-to-parse-the-below-value...
  2. Working with Large PST Files|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.... using var pst = PersonalStorage . FromFile ( @"storage...require. using var pst = PersonalStorage . FromFile ( @"storage...

    docs.aspose.com/email/net/working-with-large-ps...
  3. Working with Calendar Items in PST File|Documen...

    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 a PST using the PersonalStorage.Create() method. Create...in ICS format. Use the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/cpp/working-with-calendar...
  4. Export EML files to PST - Free Support Forum - ...

    Hi, We have a Zimbra mail server hosted on Linux for our organization. We periodically archive the old messages (> 3 months) into a folder in EML format for restore if requested. We are currently working on a requirement…...//create the PST PersonalStorage pst = PersonalStorage.*create*("MyPstFile...

    forum.aspose.com/t/export-eml-files-to-pst/29336
  5. How to Add EML to PST directly? - Free Support ...

    I am writing some code that generates a PST from EML files. Using Aspose.Email, as far as I can tell, the only way for me to get the EML into the PST is to 1) Read the EML from disk into MailMessage 2) Save the EML as a…...messages to existing or new PersonalStorage files. If you require to...to add EML files to PersonalStorage then you have to convert...

    forum.aspose.com/t/how-to-add-eml-to-pst-direct...
  6. Convert MHTML to OST via Java | products.aspose...

    Try the code sample to convert MHTML files to OST format in Java. Download Java API to take your email processing applications to the next level.... the library offers a PersonalStorage class that allows the program...OST file by creating a PersonalStorage object using the fromFile()...

    products.aspose.com/email/java/conversion/mhtml...
  7. Creating more then one standard folder of the s...

    Hello,In the next code I try to create two standard folders in the same pst. The second create throws me andexception that the standard folder already exists.When I do it in Outlook there is not problem with that (2conta…...jpg) using (PersonalStorage pst = PersonalStorage.Create("testpst...code: using (PersonalStorage pst = PersonalStorage.Create(@"D:\test...

    forum.aspose.com/t/creating-more-then-one-stand...
  8. Put email in PST with different bodies - Free S...

    Is it possible to create a message in a PST that has different plain body and html body content? For example, HTML body might be “The HTML body” and the plain body might be “The plain body”...message using (PersonalStorage pst = PersonalStorage.Create("output...message using (PersonalStorage pst = PersonalStorage.Create("output...

    forum.aspose.com/t/put-email-in-pst-with-differ...
  9. Convert EML to OST via Java | products.aspose.com

    Try the code sample to convert EML files to OST 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/eml-t...
  10. Convert EML to PST in Python

    This detailed guide explains how to convert EML to PST in Python. It also highlights how to fine-tune the conversion routine of EML to PST in Python based on specific needs....library Initialize the PersonalStorage class to produce the PST...producing a PST file using the PersonalStorage class instance. After that...

    kb.aspose.com/email/python/convert-eml-to-pst-i...