Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,934 for

personalstorage

(0.13 sec)
  1. Read Outlook PST Files with Aspose.Email for Py...

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

    docs.aspose.com/email/python-net/read-outlook-p...
  2. 在 PHP 中对 PST 进行不区分大小写的字符串搜索|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.... PHP 代码 $personalStorage = new PersonalStorage (); $fileFormatVersion...FileFormatVersion (); $pst = $personalStorage -> create ( $dataDir ....

    docs.aspose.com/email/zh/java/string-searching-...
  3. 在 PHP 中向 PST 添加 MapiTask|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....AssignersCopy ); $personalStorage = new PersonalStorage (); $fileFormatVersion...FileFormatVersion (); $pst = $personalStorage -> create ( $dataDir ....

    docs.aspose.com/email/zh/java/adding-mapitask-t...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  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.... The PersonalStorage and the FolderInfo classes...perform the task. Use the PersonalStorage.create method to initiate...

    docs.aspose.com/email/python-net/working-with-m...
  9. PST Files: Creating and Filling with Content in...

    Empower your C# .NET projects with Aspose.Email PST file handling features. Create PST files, add folders and subfolders, emails and Outlook items....new PST file, use the PersonalStorage.Create method. Note : the...pst”. The code uses the PersonalStorage class to open the PST file...

    blog.aspose.com/email/creating-pst-files-using-...
  10. 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...