Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 30,578 for

eml

(0.07 sec)
  1. Aspose.Total Product Family - Free Support Foru...

    This public forum is used to discuss issues that are common to multiple Aspose products....formatting when convert msg/eml message to PDF 4 576 July 9,...

    forum.aspose.com/c/total/7
  2. Convert DOCM to MSG in Python | products.aspose...

    Save DOCM to MSG within Python applications without using Microsoft Word or Outlook...(Email Files) Convert DOCM to EML (E-Mail Message) Convert DOCM...converted to other formats, such as EML (Email Message Format), for compatibility...

    products.aspose.com/total/python-net/conversion...
  3. Convert ICS to JPEG in Python | products.aspose...

    Save ICS to JPEG in your Python applications without using Microsoft Outlook or Word...various email formats, such as EML, MHTML, and MSG. In addition...various email formats, such as EML, MHTML, and MSG. Overall, Aspose...

    products.aspose.com/total/python-net/conversion...
  4. Convert HTML to MHTML via C# | products.aspose.com

    Sample code for HTML to MHTML C# conversion. Use API example code for batch HTML files to MHTML conversion within VB.NET, Asp.NET or any .NET based application....HTML to MHTML C# Conversion var eml = MailMessage.Load( "content...html" , new HtmlLoadOptions()); eml.Save( "output.mhtml" , SaveOptions...

    products.aspose.com/email/net/conversion/html-t...
  5. Convert MHTML to MSG via C# | products.aspose.com

    Sample code for MHTML to MSG C# conversion. Use API example code for batch MHTML files to MSG conversion within VB.NET, Asp.NET or any .NET based application....Conversion // Load the mhtml file var eml = MailMessage.Load( "message...mhtml" , new MhtmlLoadOptions()); eml.Save( "message.msg" , SaveOptions...

    products.aspose.com/email/net/conversion/mhtml-...
  6. Working with Messages from IMAP Server|Document...

    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....server and save the messages in EML format to a local disk. The following...example , the emails are saved in EML format. To save emails in MSG...

    docs.aspose.com/email/net/working-with-messages...
  7. Convert MHTML to VCF via C# | products.aspose.com

    Sample code for MHTML to VCF C# conversion. Use API example code for batch MHTML files to VCF conversion within VB.NET, Asp.NET or any .NET based application....Conversion // Load the mhtml file var eml = MailMessage.Load( "message..."text/vcard" (VCF) var vcfView = eml.GetAlternateViewCont( "text/vcard"...

    products.aspose.com/email/net/conversion/mhtml-...
  8. Convert MBOX to ICS via C# | products.aspose.com

    Sample code for MBOX to ICS C# conversion. Use API example code for batch MBOX files to ICS conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var eml in mbox.EnumerateMessages())...$"Message{count}.ics" ); var icsContent = eml.GetAlternateViewCont( "text/calendar"...

    products.aspose.com/email/net/conversion/mbox-t...
  9. Convert MHTML to OST via Java | products.aspose...

    Try the code sample to convert MHTML files to OST format in Java. Download Java API to take your email processing applications to the next level....getSubFolder ( "Inbox" ); // Add the EML message to the Inbox folder folderInfo...library supports conversion from EML , EMLX , ICS , MBOX , MHTML ...

    products.aspose.com/email/java/conversion/mhtml...
  10. Edit MSG files via .NET | products.aspose.com

    C# source code to edit MSG document on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....storage formats such as MSG, EMLX, EML and MHT. Handling of email attachments...

    products.aspose.com/email/net/editor/msg/