Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,544 for

personalstorage

(0.04 sec)
  1. How to Convert OST to PST File in Python

    This crisp tutorial guides on how to convert OST to PST File in Python. You will witness to save OST to PST file in Python with the help of a only few lines of code that can be used in any of Python supported environments including Windows and Linux....Python file Instantiate the PersonalStorage class instance and load...the OST file using the PersonalStorage.from_file method Save the...

    kb.aspose.com/email/python/how-to-convert-ost-t...
  2. How to Create an Outlook PST File in Java

    This simple article explains how to create an Outlook PST file in Java. You can create new PST file in Java using a few API calls and perform all the advanced operations on the newly created PST file....PST file Instantiate a PersonalStorage class object that creates...created by simply using the PersonalStorage class. Once the PST is...

    kb.aspose.com/email/java/how-to-create-an-outlo...
  3. Ինչպես բաժանել PST ֆայլը Java-ի միջոցով

    Այս պարզ թեման կենտրոնանում է այն բանի վրա, թե ինչպես փոխարկել պառակտված PST ֆայլը Java-ի միջոցով: Այն ընդգրկում է Java-ի միջոցով PST-ն բաժանելու բոլոր մանրամասները մի քանի տող կոդի օգնությամբ, որոնք կարող են օգտագործվել Java-ի ցանկացած հավելվածում, ներառյալ Windows-ը, Linux-ը և macOS-ը:...ցուցակի ներսում Նախաձեռնեք PersonalStorage դասի օրինակը` սկզբնաղբյուր...բեռնելուց հետո՝ օգտագործելով PersonalStorage դասի օրինակը: Կոդ՝ Java-ի...

    kb.aspose.com/hy/email/java/how-to-split-pst-fi...
  4. Creating more then one standard folder of the s...

    Hello,In the next code I try to create two standard folders in the same pst. The second create throws me andexception that the standard folder already exists.When I do it in Outlook there is not problem with that (2conta…...jpg) using (PersonalStorage pst = PersonalStorage.Create("testpst...code: using (PersonalStorage pst = PersonalStorage.Create(@"D:\test...

    forum.aspose.com/t/creating-more-then-one-stand...
  5. Ինչպես փոխարկել OST-ը PST ֆայլի Python-ում

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

    kb.aspose.com/hy/email/python/how-to-convert-os...
  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...ICS format. It uses the PersonalStorage and MapiCalendar classes...

    docs.aspose.com/email/java/working-with-calenda...
  7. Convert VCF to OST via Java | products.aspose.com

    Try the code sample to convert VCF files to OST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class which is used to...Storage (OST) file with PersonalStorage.fromFile . Retrieve the...

    products.aspose.com/email/java/conversion/vcf-t...
  8. Convert ICS to OST via Java | products.aspose.com

    Try the code sample to convert ICS files to OST format in Java. Download Java API to take your email processing applications to the next level.... The PersonalStorage class of the library represents...file “SavedFile.ost” as a PersonalStorage object. Get a calendar...

    products.aspose.com/email/java/conversion/ics-t...
  9. Convert MSG to PST via Java | products.aspose.com

    Try the code sample to convert MSG 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...output PST file using PersonalStorage.create() method and provide...

    products.aspose.com/email/java/conversion/msg-t...
  10. How to Split PST File using C#

    This short tutorial focuses on how to convert split PST File using C#. You will learn to split PST using C# with the help of a few lines of code that can be used in any of .NET supported environments including Windows, macOS and Linux....MailQuery list Instantiate the PersonalStorage class instance to load...from the disk using the PersonalStorage class. Code to Split PST...

    kb.aspose.com/email/net/how-to-split-pst-file-u...