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

personalstorage

(0.05 sec)
  1. 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...
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. 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...
  7. Convert VCF to PST via C# | products.aspose.com

    Sample code for VCF to PST C# conversion. Use API example code for batch VCF files to PST conversion within VB.NET, Asp.NET or any .NET based application.... Create a new PersonalStorage object with the specified...version as Unicode using the PersonalStorage.Create method. Create a...

    products.aspose.com/email/net/conversion/vcf-to...
  8. 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...
  9. 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
  10. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 mails only but the unread count property of Fol…...using (PersonalStorage personalStorage = PersonalStorage.FromF...{ FolderInfo folder = personalStorage.RootFolder.GetSubFolder("Inbox");...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...