Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,935 for

personalstorage

(0.18 sec)
  1. 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...
  2. Convert HTML to 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....Create an instance of a PersonalStorage object representing a new...the Create method of the PersonalStorage class. Access the root...

    docs.aspose.com/email/net/converting-between-fo...
  3. 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...
  4. 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...
  5. EML-ի փոխակերպումը PST-ի Python-ում

    Այս մանրամասն ուղեցույցը բացատրում է, թե ինչպես փոխակերպել EML-ը PST-ի Python-ում։ Այն նաև ընդգծում է, թե ինչպես կարելի է ճշգրտորեն հարմարեցնել EML-ից PST փոխակերպման գործընթացը Python-ում՝ հատուկ պահանջներին համապատասխան։...գրադարանը Սկզբնավորեք PersonalStorage դասը PST ֆայլ ստեղծելու...է PST ֆայլի ստեղծմամբ՝ PersonalStorage դասի օրինակ օգտագործելով։...

    kb.aspose.com/hy/email/python/convert-eml-to-ps...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...