Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 17,330 for

eml

(0.06 sec)
  1. Convert MHTML to ICS via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/mhtml-...
  2. Working with Message Attachments|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....email as ae eml = ae . mapi . MapiMessage . load...MapiMessage . from_properties ( eml . attachments [ 0 ] . object_data...

    docs.aspose.com/email/python-net/working-with-m...
  3. Convert MD to OST in Python | products.aspose.com

    Save MD to OST within Python applications without using Microsoft Word or Outlook...(Email Files) Convert MD to EML (E-Mail Message) Convert MD to...

    products.aspose.com/total/python-net/conversion...
  4. Convert MD to EMLX in Python | products.aspose.com

    Save MD to EmlX within Python applications without using Microsoft Word or Outlook...(Email Files) Convert MD to EML (E-Mail Message) Convert MD to...

    products.aspose.com/total/python-net/conversion...
  5. Introduction and Sample Applications|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....downloading messages and saving to eml or msg format on your local disk...from Exchange Server Mailbox in EML and MSG Format .) Aspose.Email...

    docs.aspose.com/email/net/introduction-and-samp...
  6. Convert MBOX to OFT via C# | products.aspose.com

    Sample code for MBOX to OFT C# conversion. Use API example code for batch MBOX files to OFT conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var eml in mbox.EnumerateMessages())...y, $"Message{count}.oft" ); eml.Save(oftFilePath, SaveOptions...

    products.aspose.com/email/net/conversion/mbox-t...
  7. Convert MBOX to HTML via C# | products.aspose.com

    Sample code for MBOX to HTML C# conversion. Use API example code for batch MBOX files to HTML conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var eml in mbox.EnumerateMessages())...UseRelativePathToRes = true }; eml.Save(htmlFilePath, htmlSaveOptions);...

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

    Try the code sample to convert VCF files to MHTML format in Java. Download Java API to take your email processing applications to the next level....MailConversionOption(); MailMessage eml = msg.toMailMessage(op); //Prepare...| ContactFieldsSet.Events); eml.save( "output.mhtml" , mhtSaveOptions);...

    products.aspose.com/email/java/conversion/vcf-t...
  9. 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...
  10. C# SMTP Client to Send Email in .NET Applicatio...

    Learn how to send emails with SMTP using C# and Aspose.Email API. Install the library, configure SMTP client settings, and send an email....multiple message formats (MSG, EML, etc.), and seamless proxy support...format support : Handles MSG, EML, MHT, PST, and more for email...

    products.aspose.com/email/net/send-email/smtp/