Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 18,618 for

pst

(0.83 sec)
  1. EnumerateMessages Interruption When Encounterin...

    Hello, We’re working with Aspose.Email for C++ and encountered an issue when using EnumerateMessages to retrieve email lists: When EnumerateMessages encounters a corrupted or unparsable email during enumeration, it thr…...through the items in a folder (PST/OST, IMAP, POP3, etc.). When...main() { // Open the PST/OST file auto pst = PersonalStorage::...

    forum.aspose.com/t/enumeratemessages-interrupti...
  2. 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...
  3. 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...
  4. 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...
  5. Aspose.Email 3.9.0 公共 API 更改|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....FolderInfo destFolder) – 将指定的文件夹移动到当前 PST 中的新父文件夹。 PersonalStorage .MoveItem(MessageInfo...FolderInfo destFolder) – 将指定的消息移动到当前 PST 中的新的文件夹。 MoveContents(FolderInfo...

    docs.aspose.com/email/zh/java/public-api-change...
  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. Advanced Email Management for .NET Applications...

    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.... Abort PST Restore to Exchange Server Operation...Email API lets you restore a PST file to Exchange Server. However...

    docs.aspose.com/email/net/utility-features/
  8. Generate Reports in OST Files via .NET | produc...

    C# source code to generate OST format reports on .NET Framework, .NET Core, and Xamarin Platforms....messages in bulk Create a new PST with PersonalStorage.Create method...method Add folder in PST Add messages from TemplateEngine to...

    products.aspose.com/email/net/assembly/ost/
  9. How to Manage Exchange Server Folders using EWS...

    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.... Backup Folders to PST It often so happens that users...Exchange mailbox folders to a PST. This article describes taking...

    docs.aspose.com/email/net/manage-folders-on-exc...
  10. Working with Outlook Distribution Lists in C++|...

    Learn how to create, save, and read Outlook distribution lists using Aspose.Email for C++....Read a Distribution List from a PST The following code snippet shows...read a distribution list from a PST file. Outlook Templates, Signed...

    docs.aspose.com/email/cpp/working-with-outlook-...