TMSFNCCloudMicrosoftOutlookMail Sending Mail as Application

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.

Hi,

Currently it's only supported to send mails from the authenticated user account.
However this is a good suggestion and we'll investigate if the functionality to send mails as application can be added in a future version.