We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per documentation and examples here: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessage?view=graph-powershell-1.0#example-3-get-message-body-in-text-format
I am able to get the message, but the returned object does not provide the body.
This is what is returned:
Body : Microsoft.Graph.PowerShell.Models.MicrosoftGraphItemBody
When expanding this, the content is empty:
Content ContentType ------- ----------- text
If I look under Unique Body I see:
Content ContentType ------- ----------- <html><body></body></html> html
but this does not reflect the actual html content of the email in question, which has a html head tag, along with content inside the body tags.
The text was updated successfully, but these errors were encountered:
Closed this - I beleive I'm probably doing something wrong. will reopen if not.
Sorry, something went wrong.
No branches or pull requests
As per documentation and examples here:
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessage?view=graph-powershell-1.0#example-3-get-message-body-in-text-format
I am able to get the message, but the returned object does not provide the body.
This is what is returned:
When expanding this, the content is empty:
If I look under Unique Body I see:
but this does not reflect the actual html content of the email in question, which has a html head tag, along with content inside the body tags.
The text was updated successfully, but these errors were encountered: