Get body and subject from .msg file saved in a directory

If you’re doing it all unattended, I’d probably just use a macro to do so. This link is a macro that opens a .msg file and saves all attachments. You can re-use it with a couple edits to instead forward the email to whoever you want. Read a .msg file and save attachement - #2 by vvaidya

For each file (of type string) in directory.getfiles(YourFolderPath,*.msg)
Start Process (run .vbs file shared in link above)
Delete file
Next file