I have .eml files. I want to do this in order to extract From, To, Subject, Body objects and attachments (if any) from this .eml file and save them to the database. I need to do this in C # and without any third party applications.
I was looking for some source code, but could not find, besides this. Is it possible to read .eml files in .net But the source code is not more useful.
source share