An API that connects multiple Microsoft services, enabling data access and automation across platforms
I could observe the same behavior with PowerShell and the Graph sendMail API:
internetMessageHeaders = @(
@{
name = "X-Auto-Response-Suppress"
value = "All"
}
)
When I check the massage with my Microsoft-Account or my GMAIL-Account I cannot find the Header as part of it. So I think either Graph is filtering it out our EXO removes it bevor sending the E-Mail.
There is another thread discussing the same problem.