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

personalstorage

(0.08 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 添加 MapiCalendar|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/zh/java/adding-mapicalend...
  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. 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...
  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. 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-...
  9. 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...
  10. 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-...