Notification with Exchange online Oauth2 and graph api

Hello,

We are using the OAuth2 modern authentication with Exchange Online in M-Files Admin settings for sending notifications. We have an app registration in Azure (Graph API) for that.

Works well, however the emails are not being stored in the Outlook - Sent Items of the mailbox used by M-Files.

With the Graph API, it is possible to use the "saveToSentItems" parameter (in the app that uses the api, here M-Files server) to ensure that emails are kept (or not) in the Sent Items folder.

Is there a way to enable this option directly in M-Files Server Admin or through a registry key or other settings file ?

Thanks

Parents Reply
  • Thank you for your answer, I will check. 
    But the main objective is to keep a copy of the sent emails in the Sent Items folder, when they are blocked in Exchange Online for some reasons (email sent with ‘failed’ status). This would allow us to re‑send the notifications marked as ‘status failed’ using a PowerShell script.
    If the messages aren’t kept in Sent Items, there’s no way to resend them automatically with a script

Children