When a message has sent to an alias email, MS Graph return always principal email in "toRecipients" or in the internet message headers.
I tried :
https://graph.microsoft.com/v1.0/users/{id}/Messages/{id}$expand=singleValueExtendedProperties($filter=id eq 'String 0x007D')
or
https://graph.microsoft.com/v1.0/users/{id}/Messages/{id}?select=internetMessageHeaders
Is it possible to recover the alias email with MS Graph in the message properties?
Thanks for your help.