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

personalstorage

(0.28 sec)
  1. Converting OST to PST Problem - Free Support Fo...

    Hello, According to this post: I use the provided source code: Using MyStorage As Email.Storage.Pst.Personalstorage = Email.Storage.Pst.Personalstorage.FromFile(“D:\source.ost”) MyStorage.SaveAs(“D:\target.pst”, Ema…...PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...Pst.PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...

    forum.aspose.com/t/converting-ost-to-pst-proble...
  2. Working with Messages in a PST 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.... Use the PersonalStorage and FolderInfo classes...

    docs.aspose.com/email/cpp/working-with-messages...
  3. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 mails only but the unread count property of Fol…...using (PersonalStorage personalStorage = PersonalStorage.FromF...{ FolderInfo folder = personalStorage.RootFolder.GetSubFolder("Inbox");...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  4. Read Outlook OST Files in Node.js via .NET | pr...

    Read OST Files Open OST Files & Extract Email Data in Node.js Open and read OST files in JavaScript, accessing emails...... Use PersonalStorage.fromFile() to open an OST...const ost = ae.Storage.Pst.PersonalStorage.fromFile( "sample.ost"...

    products.aspose.com/email/nodejs-net/reading-os...
  5. Aspose Email Attachment's Issue - Getting diffe...

    Aspose Email attachment’s name issue for same .eml file & .msg file We have below two scenarios for processing file with Aspose.Email. Scenario – 1 , In this scenario we are processing .eml file with Aspose.Email and …...Load(fileName2); using (PersonalStorage pst = PersonalStorage.Create(pstfileName...

    forum.aspose.com/t/aspose-email-attachments-iss...
  6. Features Overview|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....this namespace is the PersonalStorage class, the primary component...PST and OST files. The PersonalStorage class provides features...

    docs.aspose.com/email/net/features-overview/
  7. Convert MHTML Files to Various Formats in C#|Do...

    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....this conversion: Use the PersonalStorage.FromFile method to load...folder. using ( var ost = PersonalStorage . FromFile ( "storage.ost"...

    docs.aspose.com/email/net/converting-between-fo...
  8. Utility Features|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....messages to it PersonalStorage pst = PersonalStorage . create ( new...

    docs.aspose.com/email/java/utility-features/
  9. EnumerateMessages Interruption When Encounterin...

    Hello, We’re working with Aspose.Email for C++ and encountered an issue when using EnumerateMessages to retrieve email lists: When EnumerateMessages encounters a corrupted or unparsable email during enumeration, it thr…...Cpp/Mapi/PersonalStorage.h> #include <Aspose.Email...PST/OST file auto pst = PersonalStorage::FromFile(u"myArchive.pst");...

    forum.aspose.com/t/enumeratemessages-interrupti...
  10. An error occurred in the Contacts module while ...

    I am using the Aspose.Email API (licensed version). I was retrieving the contact data, but it throws the exception: “Not a valid Win32 FileTime”. They receive the contact data item-wise, so please add this as well....Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath...

    forum.aspose.com/t/an-error-occurred-in-the-con...