I want to read emails in the inbox of a shared Mailbox on Exchange Online with Powershell on a windows server to get data from the mailbody.
So far the methods I found:
- EWS (no longer maintained)
- Microsoft.Graph.Mail
- IMAPX/MailKit
- Outlook Application (not installed on the server)
But these methods are pretty complicated or seem not to work on shared Mailboxes.
Does anybody know a good solution for my problem ?
Kind regards,
Chris