Hello. I need someone's help. I want to get Message-ID when .eml file is stored in SharePoint. Since the acquired $content was BASE64, the following flow was created.
1. Trigger: when the file is created
2. Get file content
3. Decode content with BASE64
As a result, the email information was obtained, but it was long and difficult to analyze. Is it possible to get just the Message-ID from here? If you have any ideas, please let me know.
The reason I want to do this is because I want to use a shared workspace for tasks that arise from messages that are shared by multiple people, and I'm thinking of using the message ID as a key to eliminate duplicates.
thank you.