Fetch Mails From MS-Exchange Using Graph API

223 Views Asked by At

Can someone help me out that how I can fetch mails from Exchange User's mailbox using Microsoft Graph API?

Graph API is working fine for the online exchange users (O365) not for offline users (local users), but there is another problem too. Graph API provides Rest APIs by using which we can access each mailbox individually which will become very server loaded work if more than 1000K mailbox need to be scanned one by one and also a time taking process.

I want to fetch scan all user's mailbox at once both offline and online. Just like Microsoft Powershell do.

Is there any way to do so?

Any help will be deeply appreciated.

Thanks

0

There are 0 best solutions below