Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 3,278 for

personalstorage

(0.07 sec)
  1. Ինչպես ստեղծել PST ֆայլ Python-ում

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

    kb.aspose.com/hy/email/python/how-to-create-a-p...
  2. Convert PST to ICS via C++ application | produc...

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

    products.aspose.com/email/cpp/conversion/pst-to...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. Read 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.... using ( var pst = PersonalStorage . FromFile ( fileName ))...ExploreCorruptedPst ( PersonalStorage pst , string rootFolderId...

    docs.aspose.com/email/net/read-corrupted-pst-os...
  8. Convert OST to PST via Java | products.aspose.com

    Try the code sample to convert OST files to PST format in Java. Download Java API to take your email processing applications to the next level....the library offers the PersonalStorage class which is used to...creating a PersonalStorage object using the PersonalStorage.fromFile()...

    products.aspose.com/email/java/conversion/ost-t...
  9. Getting Error Aspose Total temporary license - ...

    Hello, i use Aspose Total temporary license for testing but i getting error to showing all ost file mails. Can anyone help me to fix this error....ost"; PersonalStorage pst = PersonalStorage.FromFile(ostPath);...have already created a PersonalStorage instance, Aspose will fall...

    forum.aspose.com/t/getting-error-aspose-total-t...
  10. 档案

    档案... 使用 PersonalStorage.FromFile() 方法加载 PST 文件。...文件。 使用 PersonalStorage.RootFolder.GetSubFolders() 方法获取 PST 中的文件夹集合。...

    blog.aspose.com/zh/email/read-ms-outlook-pst-fi...