Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,934 for

personalstorage

(0.12 sec)
  1. 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...format. To do so, use the PersonalStorage and MapiContact classes...

    docs.aspose.com/email/java/working-with-contact...
  2. IMAP 备份与恢复操作|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....setRecursive ( true ); PersonalStorage pst = PersonalStorage . fromFile (...setRecursive ( true ); PersonalStorage pst = PersonalStorage . fromFile (...

    docs.aspose.com/email/zh/java/imap-backup-and-r...
  3. 在 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.... 使用 PersonalStorage.create() 方法创建 PST。 通过访问根文件夹并调用...文件中获取日历项并以 ICS 格式保存到磁盘。使用 PersonalStorage 和 MapiCalendar 类获取日历信息。以下是保存日历项的步骤:...

    docs.aspose.com/email/zh/python-net/working-wit...
  4. 处理大型 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.... try ( PersonalStorage pst = PersonalStorage . fromFile (...减少加载的消息数量并提升性能。 try ( PersonalStorage pst = PersonalStorage . fromFile (...

    docs.aspose.com/email/zh/java/working-with-larg...
  5. 在 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....该 PersonalStorage 以及 FolderInfo 类用于执行此任务。...类用于执行此任务。 使用 PersonalStorage.create 方法,用于指定文件路径和 Unicode 格式版本来初始化新 PST...

    docs.aspose.com/email/zh/python-net/working-wit...
  6. How to Create a PST File in Python

    This short tutorial focuses on how to create a PST file in Python. You will get familiar with the process to create a new PST file in Python with the help of a few lines of code along with the option to insert different types of folders into it....Create an instance of the PersonalStorage class to create the PST...on the disk using the PersonalStorage class. One can create a...

    kb.aspose.com/email/python/how-to-create-a-pst-...
  7. Reading corrupted PST/OST 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....following methods of the PersonalStorage class are essential to...= ae . storage . pst . PersonalStorage . from_file ( "target.pst"...

    docs.aspose.com/email/python-net/reading-corrup...
  8. Restore PST to Exchange Mailbox - Free Support ...

    Hi! In my program I need some functionality: I have PST file with some folders and emails and I need to restore this content to some mailbox on Exchange Server. I think first I need to open PST: Personalstorage pst = Per…...to open PST: PersonalStorage pst = PersonalStorage.FromFile(pstFileName);...options); void Restore(PersonalStorage pst, RestoreOptions options);...

    forum.aspose.com/t/restore-pst-to-exchange-mail...
  9. Save PST when size is increased as compared to ...

    In the online OST to PST converter, when the size increases, the resulting PST file also becomes larger. Please provide the proper documentation."...using (PersonalStorage personalStorage = PersonalStorage.FromFile("source...ost")) { // Save as PST personalStorage.SaveAs("result.pst", FileFormat...

    forum.aspose.com/t/save-pst-when-size-is-increa...
  10. Managing Outlook Distribution Lists in PST File...

    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 new PST file using PersonalStorage.create() with UNICODE format...= ae . storage . pst . PersonalStorage . create ( "target.pst"...

    docs.aspose.com/email/python-net/managing-distr...