Convert .msg to .eml

You could try this:

Using this library you could read the MSG file into MsgReader.Mime.Message object, map it to a system.net.Mail.MailMessage and finaly save the MailMessage to EML file using the “Save Mail Message” activity

Cheers