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

personalstorage

(0.33 sec)
  1. 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...
  2. Convert EML to PST via C# | products.aspose.com

    Sample code for EML to PST C# conversion. Use API example code for batch EML files to PST conversion within VB.NET, Asp.NET or any .NET based application....)){ using ( var personalStorage = PersonalStorage.Create( "outputFile...Unicode)){ var inbox = personalStorage.RootFolder.AddSubFolder(...

    products.aspose.com/email/net/conversion/eml-to...
  3. Merge PST Files in Python

    This concise guide explains the workflow to merge PST files in Python. You will learn how to combine PST files in Python by using only a minimal number of code instructions....target PST file using the PersonalStorage class Create a list of...

    kb.aspose.com/email/python/merge-pst-files-in-p...
  4. 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...
  5. 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/
  6. Programming with Thunderbird|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....MemoryStream (); var personalStorage = PersonalStorage . Create ( pstDataStream...new MboxLoadOptions ()), personalStorage , "Inbox" , new MboxToPstConversionO...

    docs.aspose.com/email/net/programming-with-thun...
  7. Merge PST Files in C#

    This short tutorial explains how to merge PST files in C#. You will understand how to combine PST files in C# by relying on just a limited set of code statements....target PST file using the PersonalStorage class Create a list of...

    kb.aspose.com/email/net/merge-pst-files-in-csharp/
  8. Convert OLM to PST|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.... PersonalStorage . create ( "my.pst" , ae...

    docs.aspose.com/email/python-net/convert-olm-to...
  9. Merge PST Files in Java

    This short tutorial explains how to merge PST files in Java. You will understand how to combine PST files in Java by relying on just a limited set of code statements....file with the help of the PersonalStorage class Prepare a collection...

    kb.aspose.com/email/java/merge-pst-files-in-java/
  10. Read and Convert Outlook OST File|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....into an instance of the PersonalStorage class and get information...correct file name to the PersonalStorage.fromFile() method. The...

    docs.aspose.com/email/java/read-and-convert-out...