Forum Discussion
Brent Ellis
Jan 10, 2017Silver Contributor
Private Items in a Shared Mailbox (Exchange Online)
Just run into this for the first time. Emails marked as Private not showing up in Outlook client (but shows up fine online). In this case it is a system generated email, investigating whether or no...
Brent Ellis
Jan 10, 2017Silver Contributor
Is there a super simple 1 liner that does this for a shared mailbox automatically? :)
I've got a script coming together that queries the users of a shared mailbox, then sets the delegation settings for each user individually
But it seems like we'll just have to periodically re-run if membership changes, unless I'm missing something.
I've got a script coming together that queries the users of a shared mailbox, then sets the delegation settings for each user individually
But it seems like we'll just have to periodically re-run if membership changes, unless I'm missing something.
VasilMichev
Jan 11, 2017MVP
Nothing is one-liner with EWS :) I've based my scripts on this one, but yes, you will have to update each member's settings: http://www.flobee.net/powershell-module-for-managing-exchange-2010-mailbox-delegates/
I guess you can also (ab)use the new Calendar sharing experience in OWA, when you designate someone as delegate there it will expose the "let delegate view private events" setting.
- ChrisAAug 10, 2018Brass Contributor
The OWA option for me worked a treat. "Open another mailbox" in OWA and then open the shared mailbox > go to Calendar > right click on the calendar in the left folder menu and select sharing permissions. Choose delegate and add the people who are members of the shared mailbox then set them as delegate.
Perfect solution!!
- mahantesh2107Dec 20, 2023Copper ContributorThank you Chris, this helped in a quick resolution.