Forum Discussion
PS_83
Oct 16, 2019Brass Contributor
Private emails not being shown in Outlook client
I came across a known bug that just started affecting us is probably affecting others but they may not have noticed yet. When external senders send emails with the sensitivity set to “private”, t...
VasilMichev
Oct 17, 2019MVP
That's known indeed, and the solution is what you found - add the users as delegates and make sure to tick the "Private items" checkbox. This can be done programmatically via EWS, or you can toggle the corresponding flag via the Set-MailboxFolderPermission cmdlet and the -SharingPermissionFlags parameter. I'd stick with using EWS.
- PS_83Oct 17, 2019Brass ContributorThen it will work once converted back to a shared mailbox right?
- VasilMichevOct 17, 2019MVP
As long as they have the "Can see private items" flag toggled.
- Victor_IvanidzeFeb 16, 2020Bronze Contributor
Alternatively you can create a flow in MS PowerAutomate (former MS Flow) that will change sensitivity from "private" to "normal" for each message delivered to the shared mailbox.