Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 15,988 for

eml

(0.12 sec)
  1. Aspose.Email for Android via Java|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....and convert email messages in EML, MSG and MHT formats. Aspose...

    docs.aspose.com/email/androidjava/
  2. Convert MHTML to OST via C# | products.aspose.com

    Sample code for MHTML to OST C# conversion. Use API example code for batch MHTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....ost" )) { // Load the EML file var msg = MapiMessage.Load(...MhtmlLoadOptions()); // Add the EML message to the OST file var folderInfo...

    products.aspose.com/email/net/conversion/mhtml-...
  3. Analyze email headers from TXT files via .NET |...

    C# source code for email tracking and emails check from TXT file on .NET Framework, .NET Core, and Xamarin Platforms....storage formats such as MSG, EMLX, EML and MHT. Handling of email attachments...email headers from MSG, TXT, EML files, and get IP location and...

    products.aspose.com/email/net/headers/txt/
  4. Programming with Thunderbird|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....Subject ); // Save this message in EML or MSG format message . Save...Save ( message . Subject + ".eml" , SaveOptions . DefaultEml ); message...

    docs.aspose.com/email/net/programming-with-thun...
  5. Supported File Formats|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.... EML It represents email messages...

    docs.aspose.com/email/java/supported-file-formats/
  6. Aspose.Email for Python

    This API allows you to do all kinds of operations on PowerPoint files in Python code including creating, editing and converting etc....File in Python How to Convert EML to MSG using Python How to Send...

    kb.aspose.com/email/python/
  7. Convert MBOX to OST via C# | products.aspose.com

    Sample code for MBOX to OST C# conversion. Use API example code for batch MBOX files to OST conversion within VB.NET, Asp.NET or any .NET based application....the PST folder foreach ( var eml in mbox.EnumerateMessages())...MapiMessage.FromMailMessage(eml); folderInfo.AddMessage(msg);...

    products.aspose.com/email/net/conversion/mbox-t...
  8. Java API to Send Email via MailGun | Efficiency...

    Explore the integration of MailGun with Java library. Learn how to set up and send emails programmatically, enhancing your communication processes.... get (opt); MailMessage eml = new MailMessage(fromAddress...DeliveryServiceRespo resp = client. send (eml); if ( ! resp. isSuccessful ())...

    products.aspose.com/email/java/send-email/mailgun/
  9. Merge MBOX Files via .NET | products.aspose.com

    Combine MBOX Files to optimize storage files handling with C# library across various platforms. Try the working code and get access to the advanced .NET API....MboxLoadOptions())) { foreach ( var eml in sourceMbox.EnumerateMessages())...file targetMbox.WriteMessage(eml); } } } } Advanced Functionality...

    products.aspose.com/email/net/merger/mbox/
  10. C# Email API for OutLook and Thunderbird Format...

    Convert Thunderbird and OutLook formats Eml EmlX HTML MBOX ICS MSG OFT OLM OST PST and VCF with few lines of C# code via .NET Email library.... C# Code for MSG to EML Conversion C# Code for MSG to...

    products.aspose.com/email/net/conversion/