Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 25,938 for

msg

(0.14 sec)
  1. How to Convert Outlook Email to Word using C#

    In this easy tutorial, we will learn how to convert Outlook Email to Word using C#. You will see that in order to export Email to Word C# based API can be used. You can use this application in any of the .NET configured environments in operating systems like Windows, macOS, or Linux....class object to load the source MSG or EML format email file Save...Save the loaded Email (EML/MSG) file in a stream to an MHTML format...

    kb.aspose.com/email/net/how-to-convert-outlook-...
  2. Convert a Document to MHTML and Send It by Emai...

    Convert a document from almost any format to the MHTML format and send the result document by e-mail....Aspose :: Email :: MailMessage > msg = System :: MakeObject < Aspose...> (); msg -> set_Subject ( u "Converted Document" ); msg -> set_Body...

    docs.aspose.com/words/cpp/convert-a-document-to...
  3. Export OFT to TEXT via C++ | products.aspose.com

    C++ API to Convert OFT to TEXT without using Microsoft Word or Outlook...various email formats such as MSG, EML, MHTML, and OFT. Aspose...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...

    products.aspose.com/total/cpp/conversion/oft-to...
  4. 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...
  5. 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....Outlook Email Message Format (MSG) emails. Import Microsoft HTML...Outlook PST file to Outlook MSG files Bulk Mail Features Supports...

    docs.aspose.com/email/java/features-overview/
  6. Working with Outlook Contacts|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.... Save the contact as MSG or VCard format. The following...Jpeg ) # Save the Contact in MSG format contact . save ( data_dir...

    docs.aspose.com/email/python-net/working-with-o...
  7. Export EMLX to EMF via C++ | products.aspose.com

    C++ API to Convert EMLX to EMF 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...
  8. Export EMLX to FLATOPC via C++ | products.aspos...

    C++ API to Convert EMLX to FLATOPC 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...
  9. Loading MailMessage using MapiMessage.FromMailM...

    I am getting an “Email address is not valid” exception trying to load a MailMessage object into a MapiMessage object even though all included email addresses within the MailMessage appear to be valid. I have attached a …...Product Family email-net , email-msg skowald November 26, 2025, 1:49pm...executing is using (MailMessage msg = MailMessage.Load(process_result...

    forum.aspose.com/t/loading-mailmessage-using-ma...
  10. How to Convert Outlook Email to Word using Python

    In this easy tutorial, we will learn how to convert Outlook Email to Word using Python. You will see that in order to export Email to Word Python based API can be used. You can use this application in any of the Python configured environments in operating systems like Windows or Linux....class object to load the source MSG or EML file from the disk or...Export the loaded Email (EML/MSG) file to a memory stream in an...

    kb.aspose.com/email/python/how-to-convert-outlo...