Hi,
I raised an issue a while ago about the email sender address format:
http://www.aspose.com/community/forums/showthread.aspx?PostID=356833&Subj=msg-file-sender-address-is-invalid-in-outlook#356833
This was marked as fixed under the Aspose.Email for Java 1.7.0 release in the release notes enhancement number NETWRKJAVA-33131.
I have just tested this with the latest version of the library 2.8.0 and found that the problem is still there.
I have attached the sample file used for testing.
Here is the code that was used for testing:
MapiMessage origMessage = MapiMessage.fromFile("C:\\temp\testupload.msg");
System.out.println (origMessage.getSenderEmailAddress());
The output of the sender address above is still in the format of </O=TEST/OU=TEST1/CN=RECIPIENTS/CN=TEST>.
Please let me know if this is still a bug.
regards & thanks!