dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

SharedMailbox #52

Closed MilesHart closed 1 year ago

MilesHart commented 1 year ago

Can someone assist with some code to work a SharedMailbox? (List, Read, Move, Delete etc)

I can't seem to find this in the Graph sandbox either?

Any help would be appreciated.

Thank you

MilesHart commented 1 year ago

Just following up.

Found the ID in the List all users (I manually used the graph sandbox)

Then used.

$user = MsGraphAdmin::emails()->userid("e9d6ad.......36")->get();

MilesHart commented 1 year ago

I have a problem with this, it doesn't seem to respect the folder levels, it will return all emails irrespective to what folder they are in.