Hi @jharrity
I am considering that you are having .msg files stored in a folder.
And if you dont want to use PAD then you will have to use a scripting language like Vbscript, Python etc or a VBA macro.
This link, after a random search, has both, the macro as well as a Vbscript program.
excel - Extract attachments from saved .msg files using VBA - Stack Overflow
You can find some more easier code over the internet if you would like to.
The idea is to:
- Either write an Excel macro and call it from the "Run Excel macro" action of PAD.
- Or write a Vbscript in the "Run Vbscript" action of PAD.
Let me know if you are facing any challenges.