Tagged Questions

1
vote
0answers
200 views

How to capture Windows msg.exe (previously net send) message through Java?

As you might already know, Msg.exe replaced "Net Send" on the later Windows versions, but they basically do the same thing. Is there a way to listen and capture these messages (which are in a Windows ...
0
votes
0answers
55 views

Solutions to display mail (MSG-file) in Swing application?

I am looking for a solution to display msg-files saved from outlook in my Swing application. There seem to be plenty of solutions for parsing and writing msg-files, but none to actually display them ...
0
votes
1answer
400 views

Java: How to create an EML or MSG file with attachment that can be opened in Outlook

I have a struts-action, and when that action is called i would like to create and return a simple eml or msg file that can be opened in outlook. This is can do just fine with a basic email-message. I ...
0
votes
3answers
3k views

What's the best library for reading Outlook .msg files in Java?

I would like to read the text and binary attachments in a saved Outlook message (.msg file) from a Java application, without resorting to native code (JNI, Java Native Interface). Apache POI-HSMF ...