Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 20,484 for

msg

(0.05 sec)
  1. Export EMLX to EPUB via C++ | products.aspose.com

    C++ API to Convert EMLX to EPUB without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...emlx" ); // save EMLX as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. Export EMLX to TIFF via C++ | products.aspose.com

    C++ API to Convert EMLX to TIFF without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...emlx" ); // save EMLX as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/emlx-t...
  3. How to Save Email Message to Disk in C#

    This step by step tutorial shows you how to save email message to disk in C#. The code for saving email message to disk in C# is easy and simple....message can be saved as EML or MSG file formats on the disk. We’ll...individual email message to EML or MSG file formats By following the...

    kb.aspose.com/email/net/how-to-save-email-messa...
  4. Export EML to TEXT via C++ | products.aspose.com

    C++ API to Convert EML to TEXT without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...eml" ); // save EML as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/eml-to...
  5. Working with Contacts in 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....information from PST file in MSG Format This article shows how...and save contacts to disk in MSG format. To do so, use the PersonalStorage...

    docs.aspose.com/email/java/working-with-contact...
  6. Load Email Message using Aspose.Email and Apach...

    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....MailMessage instance by loading an Eml/Msg/Emlx/Mht file MailMessage messageMSG.... load ( dataDir + "message.msg" ); MailMessage messageEML =...

    docs.aspose.com/email/java/load-email-message-u...
  7. Aspose.Email Java For Python|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....provides classes to read and update MSG,EML,EMLX,OFT files, add/remove...update subject, body and other MSG file properties. Aspose.Email...

    docs.aspose.com/email/java/aspose-email-java-fo...
  8. Working with Large PST Files|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....(ExtractAttachments), // save msg to a stream(SaveMessageToStream)... ()) { var msg = pst . ExtractMessage ( id ); msg . Save ( @"message...

    docs.aspose.com/email/net/working-with-large-ps...
  9. Get Messages from a Shared Mailbox|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....item : items ) { MapiMessage msg = client . fetchItem ( item );...out . println ( "Subject:" + msg . getSubject ()); } client ....

    docs.aspose.com/email/java/get-messages-from-a-...
  10. 如何使用 Python 将 Outlook 电子邮件转换为 Word

    在这个简单的教程中,我们将学习如何使用 Python 将 Outlook 电子邮件转换为 Word。您将看到,为了将电子邮件导出到 Word,可以使用基于 Python 的 API。您可以在 Windows 或 Linux 等操作系统中的任何 Python 配置环境中使用此应用程序。...类对象以从磁盘或邮件服务器加载源 MSG 或 EML 文件 将加载的电子邮件 (EML/MSG) 文件以 MHTML 格式导出到内存流...MailMessage 类的实例从磁盘加载源 EML 或 MSG 文件,然后将加载的电子邮件文件保存到MHTML 格式的内存流。最后,中间...

    kb.aspose.com/zh/email/python/how-to-convert-ou...