Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,278 for

personalstorage

(0.11 sec)
  1. How to Convert MBOX to PST File in C#

    This short topic focuses on how to convert MBOX to PST File in C#. It covers the details to set up the environment and save MBOX to PST file in C# using the simple API code that can be tested in any of .NET supported environments including Windows, Linux and macOS....on the disk using the PersonalStorage class instance Add an Inbox...

    kb.aspose.com/email/net/how-to-convert-mbox-to-...
  2. Ինչպես ավելացնել MapiCalendar-ը PST-ին՝ օգտագոր...

    Այս հոդվածում մենք կսովորենք, թե ինչպես ավելացնել MapiCalendar-ը PST-ին Python-ի միջոցով՝ հետևելով օրինակի կոդը գործարկելու պարզ քայլերին: Դուք կարող եք հեշտությամբ տեղադրել Mapi Calendar-ը PST-ում Python-ում՝ հետևելով API-ի պարզ զանգերին:...սկավառակի վրա՝ օգտագործելով PersonalStorage դասի օրինակը PST պահեստավորման...

    kb.aspose.com/hy/email/python/how-to-add-mapica...
  3. Convert MBOX Files to Various Formats in C#|Doc...

    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....messages are extracted, a PersonalStorage instance is created using...()); using ( var ost = PersonalStorage . FromFile ( ostFilePath...

    docs.aspose.com/email/net/converting-between-fo...
  4. How to Add MapiCalendar to PST using Java

    In this brief tutorial, we will learn how to add MapiCalendar to PST using Java with the help of well defined instructions to set up the environment and use the example code. In this application you can insert MapiCalendar to PST using Java with the help of simple API interface....on the disk using the PersonalStorage class instance Add a folder...

    kb.aspose.com/email/java/how-to-add-mapicalenda...
  5. How to Add MapiCalendar to PST using Python

    In this article, we will learn how to add MapiCalendar to PST using Python by following the simple steps to execute the example code. You can easily insert Mapi Calendar to PST in Python by following simple API calls....the disk by using the PersonalStorage class instance Add a folder...

    kb.aspose.com/email/python/how-to-add-mapicalen...
  6. How to Add MapiCalendar to PST using C#

    In this short topic, we will learn how to add MapiCalendar to PST using C# by adhering to well defined steps and using the example code. You can insert Mapi Calendar to PST with the help of simple API calls....on the disk using the PersonalStorage class Create a folder with...

    kb.aspose.com/email/net/how-to-add-mapicalendar...
  7. Convert VCF to OST via C# | products.aspose.com

    Sample code for VCF to OST C# conversion. Use API example code for batch VCF files to OST conversion within VB.NET, Asp.NET or any .NET based application.... Create a PersonalStorage object from an OST file...“storage.ost” using the PersonalStorage.FromFile method. Retrieve...

    products.aspose.com/email/net/conversion/vcf-to...
  8. Convert MBOX to PST via C# | products.aspose.com

    Sample code for MBOX to PST C# conversion. Use API example code for batch MBOX files to PST conversion within VB.NET, Asp.NET or any .NET based application....file using ( var personalStorage = PersonalStorage.Create(pstFilePath...file var folderInfo = personalStorage.CreatePredefinedFold( "Inbox"...

    products.aspose.com/email/net/conversion/mbox-t...
  9. Extracting Messages From PST Files example - Fr...

    Hello, I running the example at: https://docs.aspose.com/email/python-net/working-with-messages-in-a-pst-file/#extracting-messages-form-pst-files using the example pst file provided Outlook.pst. i.e. from aspose.email…...pst” pst = PersonalStorage.from_file(file) folderInfo...seems to work OK: pst = PersonalStorage.from_file(pstfile) folderInfoCollection...

    forum.aspose.com/t/extracting-messages-from-pst...
  10. Java Email API | Java Outlook API | Receive & P...

    Aspose.Email Java. Mail, MIME and iCalander SDK for Java to send & receive Thunderbird & Outlook emails. API works with SMTP server POP3 IMAP clients Email API...of PersonalStorage PersonalStorage pst = PersonalStorage.create(dir...

    products.aspose.com/email/java/