Retrieve mail that's localy saved

I have a project where I read all unread outlookmails, do some stuff and then save each mail localy in a folder on my harddrive, in a lter stage I need to reply thoose mails, but I have no idea how to retrieve them from the folder on my harddrive, any directions?

Unfortunately there is no supper easy way to convert outlook mail files to a MailMessageItem which is what I’m thinking you want to do here.

The only solution I’ve found is you could create your own vb script to convert emails. Here is a link to a post that explains this method: