Python Code Examples to Create and Convert MSG, EML, EMLX, and MHT Emails

Aspose.Email for Java includes classes that allow you to create as well as read message files, enabling complete processing of message contents. Now, you can use these classes to create, edit and convert email message formats such as MSG, EML, EMLX, and MHT in Python without the need of using Microsoft Outlook. You can not only modify the message contents but also manipulate (add/remove) message attachments in Python. It provides you with sufficient ability to customize message headers in Python and also empowers you to completely control a message by exposing its Mapi properties.
May 22, 2016 · 2 min · Fahad Adeel

Read, Create, Manipulate and Send/Receive Outlook Email Messages (PST, EML, EMLX, MHT, MSG) using Aspose.Email Java API Maven Plugin for IntelliJ IDEA

New Plugin - Aspose.Email Java for IntelliJ IDEA (Maven) v.1.0.0.0 released! Aspose releases New IntelliJ IDEA Plugin for comfortably working with the reliable Outlook Email messages file types processing API – Aspose.Email for Java. The plugin is aimed at Java developers who need to manipulate Outlook email file formats using Aspose.Email for Java API in Maven based java projects within the IntelliJ IDEA. The plugin allows developers easily create Java applications to create, read and manipulate Outlook MSG, PST, EML, EMLX and MHT messages without the need of using Microsoft Outlook.
October 22, 2015 · 3 min · Adeel Ilyas

PST Operations Improved with Aspose.Email for Java 2.6.0

Aspose.Email for Java 2.6.0 has been released. This month’s release is a maintenance release that includes a number of fixes to issues reported by our customers. As a result, we have a more stable API that shows improved PST operations. This month’s release also includes bug fixes to EML-to-MSG conversion, handling an email’s TextBody, and some issues related to attachment extraction from calendar items. To get further details about what’s new & fixed, read the release notes on the Aspose.
February 4, 2013 · 1 min · Kashif Iqbal

View MSG/EML Files from SharePoint List with Aspose.Email for SharePoint 1.4

We are pleased to announce the release of Aspose.Email for SharePoint 1.4. This release includes the new feature: viewing MSG and EML files from a SharePoint list. In addition, this release also includes some important bug fixes. To get further details about what’s new and fixed, read the release notes on the Aspose.Email for Sharepoint release page.
October 23, 2012 · 1 min · Kashif Iqbal

Add ASCII type Emails to Unicode PST with Aspose.Email for .NET v1.8.0

We are pleased to announce the release of Aspose.Email for .NET 1.8.0. This month’s release support adding ASCII emails to Unicode PST. We have also made some enhancements regarding the display name of existing Personal Storage files in Outlook. Finally, we have fixed a few issues regarding attachment names in email messages, setting headers for newly created MapiMessage instances and copyright information of the Aspose.Email assembly. Read the release notes to get a full list of the new enhancements and fixes included in Aspose.
June 1, 2012 · 1 min · Babar Raza

Create TNEF messages, identify Outlook message type and much more with Aspose.Email 1.7.0

We have just published version 1.7.0 of Aspose.Email for .NET and Java. This month’s release provides support for the creation of TNEF message files, setting Appointment’s time zone information from an instance of System.TimeZoneInfo and detect Outlook message type using the MapiMessage class. An important enhancement has been made so that the MHTML renderer includes the embedded images as well as the email header in the output. We have also fixed some issues regarding embedded images, encoding, attachments for EML to MSG conversion.
May 2, 2012 · 1 min · Babar Raza

Validate Email Messages (EML) with Aspose.Email for Java

Aspose.Email for Java 1.4.0 has been released. This release includes the latest improvements made to the Aspose.Email for Java component. An attractive feature of Aspose.Email is the ability to validate EML. The MailMessage class has exposed a new static method, ValidateMessage, that accepts an EML file through a file path or as a stream and returns an object of EmlValidationErrorCollection. If the returned collection is empty then no validation problems have been detected.
February 22, 2012 · 1 min · Babar Raza

Print Email Message to XPS with Aspose.Email for .NET

We are pleased to announce the release of Aspose.Email for .NET 1.2. In this version, we have added support for printing email messages to XPS format using the MailPrinter class. The Print() method takes an instance of the MailMessage class as an argument, so you can print EML, MSG, or MHT files. This sample code shows how to print an email: // Initialize the MailPrinter class MailPrinter msgPrinter = new MailPrinter(); // Load an email message MailMessage msg = MailMessage.
December 5, 2011 · 1 min · Saqib Razzaq

Aspose.Email for Java Getting Rich in Features

Aspose.Email for Java was first released in July 2010 with Microsoft MSG file format support. It’s been a year and we are continuously working on adding new features in it to make it more closer to the Aspose.Network for .NET. Recently, we released Aspose.Network for Java 2.1, which can now handle EML, MSG and MHTML files. You can create new message, load existing message, do changes and save to disk, convert from one format to another, read attachments etc.
June 27, 2011 · 1 min · Saqib Razzaq