Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,552 for

personalstorage

(0.03 sec)
  1. 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...
  2. 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
  3. Ինչպես փոխարկել OST-ը PST ֆայլի C#-ում

    Այս արագ ձեռնարկը ուղեցույց է, թե ինչպես փոխարկել OST-ը PST ֆայլի C#-ում: Դուք կսովորեք պահպանել OST-ը PST ֆայլում C#-ում մի քանի տող կոդի օգնությամբ, որոնք կարող են օգտագործվել .NET-ի աջակցվող ցանկացած միջավայրում, ներառյալ Windows-ը, Linux-ը և macOS-ը:...ծրագրի ֆայլում Ստեղծեք PersonalStorage -ի օրինակ բեռնելով OST...OST ֆայլը օգտագործելով PersonalStorage.FromFile մեթոդը: Պահպանեք...

    kb.aspose.com/hy/email/net/how-to-convert-ost-t...
  4. Ինչպես ստեղծել Outlook PST ֆայլ Java-ում

    Այս պարզ հոդվածը բացատրում է, թե ինչպես ստեղծել Outlook PST ֆայլ Java-ում: Դուք կարող եք ստեղծել նոր PST ֆայլ Java-ում՝ օգտագործելով մի քանի API զանգեր և կատարել բոլոր առաջադեմ գործողությունները նորաստեղծ PST ֆայլի վրա:...ստեղծելու համար Ստեղծեք PersonalStorage դասի օբյեկտ, որը ստեղծում...պարզապես օգտագործելով PersonalStorage դասը: Երբ PST-ը ստեղծվի...

    kb.aspose.com/hy/email/java/how-to-create-an-ou...
  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. How to Convert OST to PST File in Java

    This short tutorial guides on how to convert OST to PST File in Java along with the detailed steps to use the example code. You will learn to save OST to PST using Java with the help of a few lines of code that can be used in any Java supported environments including Windows, macOS and Linux....file Create an object of PersonalStorage class to load an OST file...file using the PersonalStorage.fromFile method Convert OST to...

    kb.aspose.com/email/java/how-to-convert-ost-to-...
  9. Managing Calendar Items in 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....Create a PST using the PersonalStorage.Create() method. Create...in ICS format. Use the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/net/managing-calendar-ite...
  10. How to Convert OST to PST File in Python

    This crisp tutorial guides on how to convert OST to PST File in Python. You will witness to save OST to PST file in Python with the help of a only few lines of code that can be used in any of Python supported environments including Windows and Linux....Python file Instantiate the PersonalStorage class instance and load...the OST file using the PersonalStorage.from_file method Save the...

    kb.aspose.com/email/python/how-to-convert-ost-t...