Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 5,778 for

personalstorage

(2.81 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. 在 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...
  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 以及 FolderInfo 类用于执行此任务。...类用于执行此任务。 使用 PersonalStorage.create 方法,用于指定文件路径和 Unicode 格式版本来初始化新 PST...

    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 ֆայլ Python-ում

    Այս կարճ ձեռնարկը կենտրոնանում է Python-ում PST ֆայլ ստեղծելու վրա: Դուք կծանոթանաք Python-ում նոր PST ֆայլ ստեղծելու գործընթացին մի քանի տող կոդի օգնությամբ, ինչպես նաև դրա մեջ տարբեր տեսակի թղթապանակներ տեղադրելու տարբերակով:...Python ֆայլում Ստեղծեք PersonalStorage դասի օրինակ՝ PST ֆայլը...սկավառակի վրա՝ օգտագործելով PersonalStorage դասը: Կարելի է ստեղծել...

    kb.aspose.com/hy/email/python/how-to-create-a-p...
  6. 在 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 ( "target.pst"...= ae . storage . pst . PersonalStorage . create ( "target.pst"...

    docs.aspose.com/email/zh/python-net/working-wit...
  7. 在 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() 方法。 通过访问根文件夹并调用...文件访问日历项并将其保存为磁盘中的 ICS 格式。您需要使用 PersonalStorage 和 MapiCalendar 类来检索日历数据。按照以下步骤保存日历项:...

    docs.aspose.com/email/zh/python-net/managing-ca...
  8. 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...
  9. 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 for...= ae . storage . pst . PersonalStorage . from_file ( "target.pst"...

    docs.aspose.com/email/python-net/read-corrupted...
  10. 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...