Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 7,612 for

eml

(0.04 sec)
  1. Topics tagged email-java

    Topics tagged email-java...eml) Aspose.Email Product Family...email-java 4 77 March 6, 2025 Export EML files to PST Aspose.Email Product...

    forum.aspose.com/tag/email-java
  2. Save Email Message As PDF|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....msg" ); MailMessage eml = MailMessage . load ( fstream...new ByteArrayOutputStrea (); eml . save ( emlStream , SaveOptions...

    docs.aspose.com/email/java/save-email-message-a...
  3. 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....RFC822 compliant message format (EML) emails Create emails from HTML...RFC822 compliant message format (EML) Export emails from an Outlook...

    docs.aspose.com/email/java/features-overview/
  4. How to Convert Outlook Email to HTML using Java

    In this example, we will focus on how to convert Outlook Email to HTML using Java. You will learn that in order to convert an Email to HTML Java based API can be used in any of the commonly available operating systems like Windows, Linux, or macOS that is configured with Java....to access the source MSG or EML file from the disk Set the output...options Save the loaded MSG or EML file to HTML using the save method...

    kb.aspose.com/email/java/how-to-convert-outlook...
  5. Android Email API | Calendar Processing and MIM...

    Mail library allows to access, read and manipulate Outlook MSG PST OST Eml MHT files inside mobile apps....storage files including MSG, EML, MHT, PST & OST from within mobile...manipulate Outlook MSG, PST, EML and MHT files from within an...

    products.aspose.com/email/android-java/
  6. SmtpClient Activity Logging|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....use_date_in_log_file_name = False eml = ae . MailMessage ( "from address"...test body" ) client . send ( eml ) Sending and Forwarding Messages...

    docs.aspose.com/email/python-net/smtpclient-act...
  7. Convert MSG to Other 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....message to disk by specifying the EML and MHT MailMessageSaveType msg...save ( dataDir + "AsposeMessage.eml" ); msg . save ( dataDir + "Asposemessage...

    docs.aspose.com/email/java/convert-msg-to-other...
  8. Cannot open ics files - Free Support Forum - as...

    Hi I have a few sample ics files and none of them open. I am trying to convert them to msg files as per your documentation here: Convert ICS to MSG via C# | products.aspose.com I keep getting an error “The MailMessage …...method accepts messages in the EML and MSG formats. Instead, to...April 18, 2025, 1:17pm 7 my .eml file has an attachment which...

    forum.aspose.com/t/cannot-open-ics-files/248987
  9. Send Email via MailGun and SendGrid in Java|Doc...

    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.... MailMessage eml = new MailMessage ( "fromAddress"...DeliveryServiceRespo resp = client . send ( eml ); if (! resp . isSuccessful...

    docs.aspose.com/email/java/send-email-messages-...
  10. Send Email via MailGun in C# | Email Automation...

    Discover MailGun capabilities to send emails in integration with the feature-rich .NET library. Try comprehensible code samples designed for C# applications....client) to send the MailMessage (eml) created in the previous step...DeliveryServiceClien.Get(opt); MailMessage eml = new MailMessage(fromAddress...

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