I would like to know if it's possible to convert .msg files into .eml files. I have a folder containing several .msg (mail) files but I need to convert them into .eml files. I would like to use PowerShell for this job, and I have taken a look at the System.Net.Mail.SMTPClient and System.Net.Mail.MailMessage objects, but so far i haven't found the solution for conversion .msg to .eml. Please help me out here.
Mark