MrMapi recipent table #503
-
Is it possible to extract the recipient table of an .msg-file with the help of MrMapi? I need a way to get the sender and all the recipient mail addresses to process them in a powershell script. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
stephenegriffin
Oct 16, 2021
Replies: 1 comment
-
You can convert the msg to xml and then process it however you like: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stephenegriffin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can convert the msg to xml and then process it however you like:
mrmapi -xml -input <path_to_msg> -output <path_to_xml>