Hello,
On the windows client, we can send e-mail with outlook. With this method, e-mail send is saved in the outbox folder of the user.
On the Web client, I can send mail via smtp, ... but that don't save the mail in outbox
When searching throug the code, I see we can use smtp, or Graph to send these e-mail.
So, e-mail via Graph are saved in the outbox ?
AND what to do to configure Graph to Send Mail ?? Don't find anything about that ...
Thx
0
Answers
Yes you are right, when using SMTP you mail server are handling the trafic for your clients.
If you use graph (API) you will be able to sent mail throw the clients email account (as long as they are running O365 and not a OnPremiss version)
Here is an article from Docs:
https://docs.microsoft.com/en-us/graph/outlook-send-mail-from-other-user
But how to configure ?
See on Table 77 : "IF GraphMail.IsEnabled AND GraphMail.HasConfiguration THEN BEGIN"