Hi all,
Within LogicApp I am wanting to pull emails that are attached to emails however these attachments don't show (see raw output below). How can I pull .msg files?
{
"headers": {
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Retry-After": "3600",
"Vary": "Accept-Encoding",
"x-ms-request-id": "xxxxxx",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Cache-Control": "no-store, no-cache",
"Location": "xxxxxx",
"Set-Cookie": "xxxxxxt",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Date": "Fri, 26 Mar 2021 00:51:29 GMT",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1",
"Content-Length": "1623"
},
"body": {
"id": "xxxxxx",
"hasAttachments": true,
"internetMessageId": "xxxxxx",
"subject": "xxxxxx",
"bodyPreview": "Txxxxxx",
"importance": "normal",
"conversationId": "xxxxxx",
"isRead": false,
"isHtml": false,
"body": "xxxxxx",
"from": "xxxxxx",
"toRecipients": "xxxxxx",
"ccRecipients": null,
"bccRecipients": null,
"replyTo": null,
"attachments": []
}
}