Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,544 for

personalstorage

(0.05 sec)
  1. 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...
  2. 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...
  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. 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-...
  6. 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...
  7. 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...
  8. Adding MapiContact 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...."06605045265" )); $personalStorage = new PersonalStorage (); $fileFormatVersion...StandardIpmFolder (); $pst = $personalStorage -> create ( $dataDir ....

    docs.aspose.com/email/java/adding-mapicontact-t...
  9. ArrayIndexOutOfBoundsException when writing to ...

    Hello I am using Aspose Java 24.1 and am busy trying to write around 60k emails to a newly created PST file. Initially, we are able to write a couple of thousand emails, but after some time, the below error is outputted…...you use to initialize a PersonalStorage and add messages? jamie-1...and we can’t use it in PersonalStorage implementation without...

    forum.aspose.com/t/arrayindexoutofboundsexcepti...
  10. 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...