Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 3,105 for

personalstorage

(0.2 sec)
  1. Working with large PST files|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.... try ( PersonalStorage pst = PersonalStorage . fromFile (...require. try ( PersonalStorage pst = PersonalStorage . fromFile (...

    docs.aspose.com/email/java/working-with-large-p...
  2. Convert PST to VCF via C++ application | produc...

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

    products.aspose.com/email/cpp/conversion/pst-to...
  3. 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/python-net/read-outlook-p...
  4. Adding MapiCalendar to PST in PHP|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....$attendees ); $personalStorage = new PersonalStorage (); $fileFormatVersion...StandardIpmFolder (); $pst = $personalStorage -> create ( $dataDir ....

    docs.aspose.com/email/java/adding-mapicalendar-...
  5. String Searching in PST with Ignore Case in PHP...

    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.... PHP Code $personalStorage = new PersonalStorage (); $fileFormatVersion...FileFormatVersion (); $pst = $personalStorage -> create ( $dataDir ....

    docs.aspose.com/email/java/string-searching-in-...
  6. Memory leak when extract attachments in PST - F...

    When I used ‘ExtractAttachments’ to parse attachments in a PST file, memory was not released. It appears that Dispose() method does not take effect. SharedPtr<Personalstorage> pst = Personalstorage::FromFile(pstFile, …... SharedPtr<PersonalStorage> pst = PersonalStorage::FromFile(pstFile...Dispose() method on the PersonalStorage object. Solution To resolve...

    forum.aspose.com/t/memory-leak-when-extract-att...
  7. Working with PST Password Protection Properties...

    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 ( "my.pst"...= ae . storage . pst . PersonalStorage . from_file ( "my.pst"...

    docs.aspose.com/email/python-net/working-with-p...
  8. 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....email import PersonalStorage from com.aspose.email import...Outlook PST file personalStorage = PersonalStorage () pst = personalStorage...

    docs.aspose.com/email/java/search-messages-and-...
  9. Working with Contacts in 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....Create a PST using the PersonalStorage.create() method. Create...disk in MSG format. The PersonalStorage and MapiContact classes...

    docs.aspose.com/email/python-net/working-with-c...
  10. Managing Distribution Lists in PST Files|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....file using ( var pst = PersonalStorage . FromFile ( "your.pst"...file using ( PersonalStorage pst = PersonalStorage . FromFile (...

    docs.aspose.com/email/net/managing-distribution...