Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,951 for

personalstorage

(0.62 sec)
  1. Adding MapiContact to PST in Python|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 = self . PersonalStorage fileFormatVersion...StandardIpmFolder pst = personalStorage . create ( self . dataDir...

    docs.aspose.com/email/java/adding-mapicontact-t...
  2. 使用 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.... using var pst = PersonalStorage . FromFile ( fileName );...检查 PST 是否受密码保护 API 提供了 PersonalStorage.Store.IsPasswordProtected...

    docs.aspose.com/email/zh/net/working-with-pst-p...
  3. Convert Outlook Offline Folder File (OST) to Ot...

    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.... Java PersonalStorage ost = PersonalStorage . fromFile (...

    docs.aspose.com/email/java/convert-outlook-offl...
  4. 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...
  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. 在 PST 文件中管理 Outlook 联系人|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.... 使用 PersonalStorage.create() 方法。 通过访问根文件夹,然后调用...格式保存到磁盘,Aspose.Email 提供了 PersonalStorage 以及 MapiContact 类。下面的代码片段展示了如何从...

    docs.aspose.com/email/zh/python-net/managing-ou...
  7. Create and Organize PST Files in Python|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.... With the PersonalStorage class, you can manage operations...folder to it: Use the PersonalStorage.create method to generate...

    docs.aspose.com/email/python-net/create-new-pst...
  8. Convert PST to EMLX via C++ application | produ...

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

    products.aspose.com/email/cpp/conversion/pst-to...
  9. Convert PST to OST via C++ application | produc...

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

    products.aspose.com/email/cpp/conversion/pst-to...
  10. Convert OST to ICS via C++ application | produc...

    Sample C++ conversion code for OST document to ICS format. Use example code for batch OST to ICS 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...