Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 18,513 for

pst

(0.06 sec)
  1. Working with Outlook Distribution Lists using E...

    C++ Email Library API can be used to create and save Outlook Distribution list that is a collection of multiple contacts and read it from Pst....Reading a Distribution List from a PST The following code snippet shows...read a distribution list from a PST. Managing Outlook Message Files...

    docs.aspose.com/email/cpp/working-with-distribu...
  2. 处理通讯组列表|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" , FileFormatVersion . Unicode...// Add the contact folder to pst FolderInfo contactFolder = personalStorage...

    docs.aspose.com/email/zh/java/working-with-dist...
  3. Order of emails returned by EnumerateMessages i...

    Hello, I’m working with Aspose.Email to process Pst files and have noticed something about the EnumerateMessages method that I’d like to clarify. From my observations, the order of emails returned by EnumerateMessages …...Email to process PST files and have noticed something...the emails are stored in the PST file, which may not correspond...

    forum.aspose.com/t/order-of-emails-returned-by-...
  4. Python Email API: Process Emails in Various For...

    Implement Pst, MSG, EML, ICS email management, attachments, and events handling using Python email API with SMTP, POP3, IMAP, SSL, TLS support.... Create PST & OST files Manage Messages in PST Manage Contacts...Contacts in PST Manage Calendar Items in PST Manage Tasks, Notes...

    products.aspose.com/email/python-net/
  5. Public API Changes in Aspose.Email 4.0.0|Docume...

    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....String) Adds a file into a PST folder. FolderInfo.getContents(com...MailQuery) Methods Gets messages in a PST folder with search criteria....

    docs.aspose.com/email/java/public-api-changes-i...
  6. Programming with Thunderbird|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....convert the file to PST format with the ‘mbox_to_pst’ method of the...converting messages from mbox to pst format: import aspose.email as...

    docs.aspose.com/email/python-net/programming-wi...
  7. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......Java 在 PDF 中添加工具提示 在 Python 中合并 PST 文件 使用 C# 在 PDF 中添加工具提示 在 Python...Java 中合并 PST 文件 使用 Python 从 PDF 中移除高亮 在 C# 中合并 PST 文件 使用 Java...

    kb.aspose.com/zh/categories/page/3/
  8. 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/
  9. 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...
  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...