Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,113 for

personalstorage

(0.12 sec)
  1. What's New in Aspose.Email for .NET|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....DeleteItem(string entryId) , to the PersonalStorage class. This method provides...Improved Functionality in PersonalStorage class: StorageProcessingEve...

    docs.aspose.com/email/net/whats-new/
  2. Pst SplitInto MergeWith Cancel - Free Support F...

    Hello, Version 24.6 added .Abort/.Cancel methods for long-running operations to MboxStorageReader.SplitInto: Members for .NET Framework 4.5 and .NET Core Versions SplitInto token : A CancellationToken that allows for…... For PersonalStorage.SplitInto and PersonalStorage.MergeWith...methods for PersonalStorage.SplitInto and PersonalStorage.MergeWith...

    forum.aspose.com/t/pst-splitinto-mergewith-canc...
  3. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST Personalstorage pst = Personalstorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; …...Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath...

    forum.aspose.com/t/throw-exception-in-contact-u...
  4. 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.... PersonalStorage storage = MailStorageConverter...

    docs.aspose.com/email/java/programming-with-thu...
  5. Working with Recurrences|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....recurrence ); try ( PersonalStorage newPst = PersonalStorage . create (...

    docs.aspose.com/email/java/working-with-recurre...
  6. Bugs in OnTraversalException - Free Support For...

    Hello, I’ve made some pst and olm files corrupt by replacing some bytes inside randomly. When reading in Traversal mode, itemId is different for pst and olm: For pst and ost I get real itemId, like: AAAAANaTZZ7UXV5Ei…...PST/OST using (PersonalStorage pst = PersonalStorage.FromFile("corrupted...ConvertPersonalStora PersonalStorage.MergeWith PersonalStorage.SplitInto...

    forum.aspose.com/t/bugs-in-ontraversalexception...
  7. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST Personalstorage pst = Personalstorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath...

    forum.aspose.com/t/code-olm-to-pst/324745
  8. Order of emails returned by EnumerateMessages i...

    Hello, I’m working with Aspose.Email to process PST files and have noticed something about the EnumerateMessages method that I’d like to clarify. From my observations, the order of emails returned by EnumerateMessages …...file using (PersonalStorage pst = PersonalStorage.FromFile("p...date). using (var pst = PersonalStorage.FromFile(fileName)) { //...

    forum.aspose.com/t/order-of-emails-returned-by-...
  9. Managing Message Files with Aspose.Email.Outloo...

    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 . from_file ( "test.pst"...

    docs.aspose.com/email/python-net/managing-messa...
  10. Concurrent issue with MapiMessage.fromMailMessa...

    When we are using MapiMessage.fromMailMessage in multiple threads, we noticed some weird exception. The exception will only throw when we use multiple threads. And worked fine with ONE thread. It's rare and we only notic…...one PST file , but the PersonalStorage itself is not thread-safe...

    forum.aspose.com/t/concurrent-issue-with-mapime...