-
Notifications
You must be signed in to change notification settings - Fork 5
Convert MSG to Other Formats
shoaibkhan-aspose edited this page Jun 12, 2014
·
2 revisions
// Initialize and Load an existing MSG file by specifying the MessageFormat
MailMessage msg = MailMessage.load("data/message.msg", MessageFormat.getMsg());
// Save the Email message to disk by specifying the EML and MHT MailMessageSaveType
msg.save("data/AsposeMessage.eml", MailMessageSaveType.getEmlFormat());
msg.save("data/Asposemessage.mhtml", MailMessageSaveType.getMHtmlFromat());
Download Source Code
For further releases and updates, please follow these new repositories:
- Aspose.Words Java for Apache POI
- Aspose.Cells Java for Apache POI
- Aspose.Slides Java for Apache POI
- Aspose.Email Java for Apache POI
- For documentation, please visit Aspose Docs.
- Raise your queries and suggest more examples via Aspose Forums or via new social coding sites.