Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 18,579 for

pst

(0.07 sec)
  1. Convert ICS Other Formats|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....// open an OST file using var pst = PersonalStorage . FromFile...folder var calendarFolder = pst . GetPredefinedFolder ( StandardIpmFolder...

    docs.aspose.com/email/net/converting-between-fo...
  2. Read Outlook OST Files in Node.js via .NET | pr...

    Read OST Files Open OST Files & Extract Email Data in Node.js Open and read OST files in JavaScript, accessing emails......Pst.PersonalStorage.fromFile( "sample...file const ost = ae.Storage.Pst.PersonalStorage.fromFile( "sample...

    products.aspose.com/email/nodejs-net/reading-os...
  3. Features Overview|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....Export emails from an Outlook PST file to Outlook MSG files Bulk... Read messages from Outlook PST files. Supports backup SMTP connection...

    docs.aspose.com/email/androidjava/features-over...
  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…...standard folders in the same pst. The second create throws me...(PersonalStorage pst = PersonalStorage.Create("testpst.pst", FileFormatVersion...

    forum.aspose.com/t/creating-more-then-one-stand...
  5. Convert HTML to Other Formats|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....to PST HTML to PST conversion involves creating a new PST (Personal...PersonalStorage object representing a new PST file using the Create method...

    docs.aspose.com/email/net/converting-between-fo...
  6. IMAP Backup and Restore Operation|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....pst" , com . aspose . email . BackupSettings...setRecursive ( true ); PersonalStorage pst = PersonalStorage . fromFile...

    docs.aspose.com/email/java/imap-backup-and-rest...
  7. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......转换为 HEX 在 Python 中将 EML 转换为 PST 在 Python 中将 EML 转换为 JPG 在 Java...在 Java 中将 EML 转换为 PST 在 C# 中将 EML 转换为 PST «« « 2 3 4 5 6 » »»...

    kb.aspose.com/zh/categories/page/4/
  8. Product Overview|Documentation

    Email C++ library or API can be used to parse, open or save emails, EML, Outlook Pst and OST files, MIME messages....Outlook Messages and Outlook PST files. Dealing with MIME messages...Create and manipulate Outlook PST and OST files Supported File...

    docs.aspose.com/email/cpp/product-overview/
  9. Limitations and API Differences|Documentation

    C++ Email Parser Library has some differences as compared to its equivalent .NET version. This page contains information about all such functionality that is not available in the API....folders of PST file Changing message properties in PST’s Folder...

    docs.aspose.com/email/cpp/limitations-and-api-d...
  10. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a Pst file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...// Load the PST file using (PersonalStorage pst = PersonalStorage...PersonalStorage.FromFile("Outlook.pst")) { // Get the Inbox folder FolderInfo...

    forum.aspose.com/t/how-to-create-a-new-instance...