Sender:
admin@doconut.com
To:
You!
The .MSG/.EML is the file to view primarily “Email body text or HTML”. There could be let’s say 10 attachments of various types PDF, IMAGES, DOC etc. How are they all supposed to be viewed at once along with the email body? The solution is this, please see : http://www.codeproject.com/Articles/32899/Reading-an-Outlook-MSG-File-in-C or http://www.codeproject.com/Tips/712072/Reading-an-Outlook-MSG-File-in-Csharp (Also read the user comments at bottom of these pages) 1. You will need to extract each attachment files first! 2. Have the files somewhere on the server / folder etc. where the .MSG is 3. Now show the main MSG in viewer (just like this) 4. Below it have a list of all attachment names (just as this page does for "Resume.doc") 5. User can now click and individually view attachments (if format is supported), like Gmail ! Thanks!
1 Attachment
(click to view)
Sample.doc