Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,951 for

personalstorage

(0.9 sec)
  1. 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...
  2. 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...
  3. OST to PST Conversion Throws NotImplementedExce...

    Hello, According to this post: I use the provided source code: Using MyStorage As Email.Storage.Pst.Personalstorage = Email.Storage.Pst.Personalstorage.FromFile(“D:\source.ost”) MyStorage.SaveAs(“D:\target.pst”, Ema…...PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...Pst.PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...

    forum.aspose.com/t/ost-to-pst-conversion-throws...
  4. 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...
  5. Convert MBOX to OST via C# | products.aspose.com

    Sample code for MBOX to OST C# conversion. Use API example code for batch MBOX files to OST conversion within VB.NET, Asp.NET or any .NET based application....Open the ost file using PersonalStorage. Retrieve the Inbox folder...file using ( var ost = PersonalStorage.FromFile(ostFilePath))...

    products.aspose.com/email/net/conversion/mbox-t...
  6. 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/
  7. Converting OST to PST Problem - Free Support Fo...

    Hello, According to this post: I use the provided source code: Using MyStorage As Email.Storage.Pst.Personalstorage = Email.Storage.Pst.Personalstorage.FromFile(“D:\source.ost”) MyStorage.SaveAs(“D:\target.pst”, Ema…...PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...Pst.PersonalStorage = Email.Storage.Pst.PersonalStorage.FromFile(“D:\source...

    forum.aspose.com/t/converting-ost-to-pst-proble...
  8. OLM To PST exception - Free Support Forum - asp...

    The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ublic void ProcessFolderForHtml(string sourcePath,…...)); using (PersonalStorage pst = PersonalStorage.FromFile(sourcePath))...does use Aspose.Email (PersonalStorage, FolderInfo, GetSubFolders...

    forum.aspose.com/t/olm-to-pst-exception/325100
  9. Working with Messages in a 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.... Use the PersonalStorage and FolderInfo classes...

    docs.aspose.com/email/cpp/working-with-messages...
  10. Convert Outlook for Mac (OLM) Files to PST and ...

    Learn to convert Outlook for Mac (OLM) files to PST and MBOX in C#, preserving folder structure, attachments, and metadata during migration.... Key members PersonalStorage.Create(path, FileFormatVersion...returns a PersonalStorage instance. Use PersonalStorage.Load(…)...

    blog.aspose.com/email/convert-olm-to-pst-and-mb...