This flag is only available in Exchange Online, as mentioned in the documentation: https://learn.microsoft.com/en-us/powershell/module/exchange/add-mailboxfolderpermission?view=exchange-ps
shared-mailboxes-outlook-and-private-messages on exchange 2016
Louis Ruth
1
Reputation point
i checked exchange online have private item -SharingPermissionFlags paramemeter , how to solve on exchange 2016 on-primes enviroment
2 answers
Sort by: Most helpful
-
-
Eric Yin-MSFT 4,391 Reputation points
2021-03-19T02:43:39.307+00:00 If you want a delegator that receives and manage meeting request for you, you can try:
- Add send on behalf permission in EAC or powershell: Set-mailbox Boss -GrantSendOnBehalfTo user1
- In Outlook client, share Boss's calendar with user1 in File-Account settings-Delegate access:
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.