Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 12,200 for

mail message

(1.72 sec)
  1. Convert MSG to VCF via Java | products.aspose.com

    Try the code sample to convert MSG files to VCF format in Java. Download Java API to take your eMail processing applications to the next level....contact information from email messages into a standardized format...functionality for working with email messages, contacts, calendars, and...

    products.aspose.com/email/java/conversion/msg-t...
  2. Convert MHTML to ICS via Java | products.aspose...

    Try the code sample to convert MHTML files to ICS format in Java. Download Java API to take your eMail processing applications to the next level....functionality for working with email messages, contacts, calendars, and...representing an e-mail message. It allows to access message properties...

    products.aspose.com/email/java/conversion/mhtml...
  3. Convert MHTML to HTML via C# | products.aspose.com

    Sample code for MHTML to HTML C# conversion. Use API example code for batch MHTML files to HTML conversion within VB.NET, Asp.NET or any .NET based application....specifying the MessageFormat var message = MailMessage.Load( "myMessage..."myMessage.mhtml" ); message.Save( "output.html" , SaveOptions.DefaultHtml);...

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

    Sample code for EMLX to ICS C# conversion. Use API example code for batch EMLX files to ICS conversion within VB.NET, Asp.NET or any .NET based application....EMLX file to be converted var message = MailMessage.Load( "My File...emlx" ); // save EMLX as a ICS message.Save( "Saved File.ics" , SaveOptions...

    products.aspose.com/email/net/conversion/emlx-t...
  5. Missing inline images after conversion from msg...

    I convert a msg file to HTML by MailMessage Mail = MailMessage.load(msgPath); SaveOptions opt = SaveOptions.createSaveOptions(MailMessageSaveType.getHtmlFormat()); Mail.save(htmlPath, opt); Some images are changed to Ba…...file to HTML by MailMessage mail = MailMessage.load(msgPath);...eSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some images...

    forum.aspose.com/t/missing-inline-images-after-...
  6. Convert ODT to EMAIL in Python | products.aspos...

    Save ODT to EMail within Python applications without using Microsoft Word or Outlook...exchanging messages between two or more people. Email messages are typically...or formatted text through messaging workflows. This is useful...

    products.aspose.com/total/python-net/conversion...
  7. Convert VCF to EMLX via Java | products.aspose.com

    Try the code sample to convert VCF files to EMLX format in Java. Download Java API to take your eMail processing applications to the next level....provides options for saving email messages in different formats. It allows...a file format used by Apple Mail. It is a proprietary file format...

    products.aspose.com/email/java/conversion/vcf-t...
  8. Convert DOTM to PPS in Python or with free Onli...

    DOTM to PPS conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOTM to PPS online converter quickly before integrating the code....(E-Mail Message) Convert DOTM to EMLX (Apple Mail Message) Convert...Convert DOTM to MSG (Outlook Message Item File) Convert DOTM to...

    products.aspose.com/total/python-net/conversion...
  9. C# API to Retrieve Emails via Exchange Web Serv...

    Learn how to implement EWS support in your .NET application to receive eMails seamlessly using the innovative C# library....authenticate users, and retrieve messages with ease. The API provides..."username" , "password" ); List Messages Once connected, the C# receive...

    products.aspose.com/email/net/receive-email/ews/
  10. Convert VCF to HTML via C# | products.aspose.com

    Sample code for VCF to HTML C# conversion. Use API example code for batch VCF files to HTML conversion within VB.NET, Asp.NET or any .NET based application.... parsing and manipulating messages to transmitting or converting...method. Get the underlying message from the MapiContact object...

    products.aspose.com/email/net/conversion/vcf-to...