Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 3,105 for

personalstorage

(0.13 sec)
  1. Public API Changes in Aspose.Email 3.9.0|Docume...

    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....FromVTodo(string filePath) PersonalStorage .MoveItem(FolderInfo folder...within the current PST. PersonalStorage .MoveItem(MessageInfo message...

    docs.aspose.com/email/java/public-api-changes-i...
  2. Search Messages and Folders in a PST by Some Cr...

    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....Outlook PST file $personalStorage = new PersonalStorage (); $pst = $personalStorage...$personalStorage -> fromFile ( $dataDir . "sample1.pst" ); $folder...

    docs.aspose.com/email/java/search-messages-and-...
  3. Working with PST Password Protection|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.... using var pst = PersonalStorage . FromFile ( fileName );...Protected The API provides the PersonalStorage.Store.IsPasswordProtected...

    docs.aspose.com/email/net/working-with-pst-pass...
  4. Read Outlook PST File and Get Folders and SubFo...

    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 the information...in an instance of the PersonalStorage class. The following code...

    docs.aspose.com/email/cpp/read-outlook-pst-file...
  5. Working with Calendar Items in PST File|Documen...

    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....Create a PST using the PersonalStorage.create() method. Create...in ICS format. Use the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/python-net/working-with-c...
  6. JVM heapspace getting filled when creating PST ...

    I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …...pst") PersonalStorage pst = PersonalStorage.create(os, FileFormatVersion...your feedback? PersonalStorage pst = PersonalStorage.create("sample1...

    forum.aspose.com/t/jvm-heapspace-getting-filled...
  7. Adding MapiContact to PST in Jython|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....email import PersonalStorage from com.aspose.email import..."06605045265" )) personalStorage = PersonalStorage () fileFormatVersion...

    docs.aspose.com/email/java/adding-mapicontact-t...
  8. 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...email.storage.pst import PersonalStorage , StandardIpmFolder , FileFormatVersion...

    docs.aspose.com/email/python-net/working-with-m...
  9. Search Messages and Folders in a PST by Some Cr...

    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....Outlook PST file personalStorage = self . PersonalStorage pst = personalStorage...

    docs.aspose.com/email/java/search-messages-and-...
  10. Convert OST to HTML via C++ application | produ...

    Sample C++ conversion code for OST document to HTML format. Use example code for batch OST to HTML conversion within any C++ Application.... Load OST file with PersonalStorage::FromFile. Call the SaveAs()...System::SharedPtr<PersonalStorage> ps = PersonalStorage::FromFile(dataDir...

    products.aspose.com/email/cpp/conversion/ost-to...