Hi,
Is it possible to send mails via TTMSFNCCloudMicrosoftOutlookMail that are granted as Application with an access_token?
If I try so, I get the error "/me request is only valid with delegated authentication flow" which is correct because the url used should be https://graph.microsoft.com/v1.0/users//sendMail instead of https://graph.microsoft.com/v1.0/me/sendMail.