I am trying to restore (backup up email as .eml file) email to app user's Inbox or any user defined mail folder with admin authentication. Facing following problems.
- I am able to import .eml file using EWS managed API, but it doesn't shows actual date/time of email, instead it shows date/time when I have uploaded.
I have to use Native client application to use OAuth with EWS, Is there any way to use Web App with EWS.
There is one more way to download data, Microsoft Graph API. Is there any way if I can use MS Graph API for import email. Outlook Mail REST API is used for backup emails, there is no API listed for restore here.