Click here to Skip to main content
16,016,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a req. in my project that a saved mail message's subject and other related informations must be read after the file has been uploaded using a FileUpload control.

Any suggestions pls.
Is there a possibility of casting the uploaded file into a MailMessage ??
Posted

1 solution

File upload has nothing to do with the type of file being uploaded. It is used to upload the file. Once it is uploaded you need to parse the .msg file. Check these references
Reading an Outlook MSG File in C#[^]
http://dotnet.dzone.com/articles/how-parse-and-view-outloook-ms[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900