Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,778 for

personalstorage

(0.2 sec)
  1. How to Create a PST File in C#

    This quick tutorial guides on how to create a PST file in C#. You will learn to create a new PST file in C# with the help of a couple of lines of code along with the option to add different types of folders into it....manager Create an object of PersonalStorage by providing the new PST...

    kb.aspose.com/email/net/how-to-create-a-pst-fil...
  2. 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-...
  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. Ինչպես ավելացնել MapiCalendar-ը PST-ին՝ օգտագոր...

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

    kb.aspose.com/hy/email/python/how-to-add-mapica...
  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. 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/
  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. 转换 ICS 其他格式|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....使用以下方式加载个人存储文件 FromFile 方法的 PersonalStorage 类。 使用…从个人存储文件中检索日历文件夹 PersoanlStorage...OST file using var pst = PersonalStorage . FromFile ( "Saved File...

    docs.aspose.com/email/zh/net/converting-between...