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

personalstorage

(0.27 sec)
  1. 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/
  2. 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/
  3. 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...
  4. UpdateMessage command removes embedded messages...

    We are testing with aspose.email 24.9 (Files attached) TestPSTandEML.zip (23.2 KB) using Aspose.Email; using Aspose.Email.Mapi; using Aspose.Email.Storage.Pst; var asposeLicense = new License(); var pstFilePath = a…...SetAsposeLicense(); using var pst = PersonalStorage.FromFile(pstFilePath);...---------- PersonalStorage pst = PersonalStorage.FromFile(pstFilePath);...

    forum.aspose.com/t/updatemessage-command-remove...
  5. 3 minor things - Free Support Forum - aspose.com

    Hello Aspose.Email.dll for .Net Framework 4.5, File Description in project properties, it is set to: Aspose.Email for .NET 4.0 Misleading, better to set it correctly to 4.5. VCardContact.IsMultiContacts / MapiCon…...improvements, however for PersonalStorage / TgzReader Async methods...

    forum.aspose.com/t/3-minor-things/312004
  6. Python unable to convert eml file to PST gettin...

    We are trying to convert a eml file downloaded to PST format, but getting below error Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’) Below is the code f…...pst import PersonalStorage, FileFormatVersion def...Create PST file pst = PersonalStorage.create(pst_path, FileFormatVersion...

    forum.aspose.com/t/python-unable-to-convert-eml...
  7. Creating MapiCalendar in Aspose.Email - Free Su...

    I’m trying to create a MapiCalendar from fields of OLM calendar items , but it shows Win32 FileTime error . bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStor…...Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath...

    forum.aspose.com/t/creating-mapicalendar-in-asp...
  8. 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...
  9. 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...
  10. 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/