Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,279 for

personalstorage

(0.38 sec)
  1. Convert PST to EMLX via Java | products.aspose.com

    Try the code sample to convert PST files to EMLX 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” with the PersonalStorage.fromFile method. Access...

    products.aspose.com/email/java/conversion/pst-t...
  2. Convert PST to EML via Java | products.aspose.com

    Try the code sample to convert PST files to EML 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” with the PersonalStorage.fromFile method. Access...

    products.aspose.com/email/java/conversion/pst-t...
  3. Mbox SplitInto extreme slow performance - Free ...

    Hello When Mbox Split feature was not implemented, I wrote a code and comparing it with your new 24.6 split method, yours seems to be about 10 times slower! May I share my code so you kindly pass it to the devs. might …...saving all items in Ost PersonalStorage using the same code base...slower is reading Ost PersonalStorage, about 50% performance...

    forum.aspose.com/t/mbox-splitinto-extreme-slow-...
  4. How to Create a PST File in C#

    This quick tutorial guides on how to create a PST file in C#. You will learn to create a new PST file in C# with the help of a couple of lines of code along with the option to add different types of folders into it....manager Create an object of PersonalStorage by providing the new PST...

    kb.aspose.com/email/net/how-to-create-a-pst-fil...
  5. How to Add MapiCalendar to PST using Java

    In this brief tutorial, we will learn how to add MapiCalendar to PST using Java with the help of well defined instructions to set up the environment and use the example code. In this application you can insert MapiCalendar to PST using Java with the help of simple API interface....on the disk using the PersonalStorage class instance Add a folder...

    kb.aspose.com/email/java/how-to-add-mapicalenda...
  6. How to Add MapiCalendar to PST using Python

    In this article, we will learn how to add MapiCalendar to PST using Python by following the simple steps to execute the example code. You can easily insert Mapi Calendar to PST in Python by following simple API calls....the disk by using the PersonalStorage class instance Add a folder...

    kb.aspose.com/email/python/how-to-add-mapicalen...
  7. How to Add MapiCalendar to PST using C#

    In this short topic, we will learn how to add MapiCalendar to PST using C# by adhering to well defined steps and using the example code. You can insert Mapi Calendar to PST with the help of simple API calls....on the disk using the PersonalStorage class Create a folder with...

    kb.aspose.com/email/net/how-to-add-mapicalendar...
  8. Extracting Messages From PST Files example - Fr...

    Hello, I running the example at: https://docs.aspose.com/email/python-net/working-with-messages-in-a-pst-file/#extracting-messages-form-pst-files using the example pst file provided Outlook.pst. i.e. from aspose.email…...pst” pst = PersonalStorage.from_file(file) folderInfo...seems to work OK: pst = PersonalStorage.from_file(pstfile) folderInfoCollection...

    forum.aspose.com/t/extracting-messages-from-pst...
  9. Convert MBOX to PST via C# | products.aspose.com

    Sample code for MBOX to PST C# conversion. Use API example code for batch MBOX files to PST conversion within VB.NET, Asp.NET or any .NET based application....file using ( var personalStorage = PersonalStorage.Create(pstFilePath...file var folderInfo = personalStorage.CreatePredefinedFold( "Inbox"...

    products.aspose.com/email/net/conversion/mbox-t...
  10. Convert VCF to OST via C# | products.aspose.com

    Sample code for VCF to OST C# conversion. Use API example code for batch VCF files to OST conversion within VB.NET, Asp.NET or any .NET based application.... Create a PersonalStorage object from an OST file...“storage.ost” using the PersonalStorage.FromFile method. Retrieve...

    products.aspose.com/email/net/conversion/vcf-to...