Shared mailbox - view private items - without delegate?

JoFri 41 Reputation points
2020-11-18T18:20:31.04+00:00

We have a shared mailbox that users need to be able to view and edit private items on, in O365.

I ran the script below, but now users are "delegates" and getting emails/ calendar invites as well to their personal mailboxes. Can I give private item access without delegate access?
Add-MailboxFolderPermission -Identity 'email@keyman .com:\Calendar' -User 'email2@keyman .com' -AccessRights Editor -sharingPermissionFlags Delegate,CanViewPrivateItems

Can I just remove the delegate and still give the canview? Or do I some how have to do delegate, without cc's on invites?

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2020-11-19T06:23:03.193+00:00

    Hi @JoFri ,

    Can I give private item access without delegate access?

    To the best of my knowledge, I am afraid this is not feasible. As we can see in this article, "CanViewPrivateItems" but be used with the Delegate value:
    40956-1.png

    If you just don't want the users who are delegates to receive meeting related messages for the shared mailbox, it's suggested to add the shared mailbox in Outlook, then uncheck the "delegate receives copies of meeting-related messages sent to me" option via the Delegate Access settings(as far as I know it's not supported to be configured via Exchange powershell.):

    1. Let's say you have the full access permission of the shared mailbox, create a new Outlook profile via Control Panel, enter the name and email address of the shared mailbox when adding the account, don't fill out the password fields:
      41031-2.png
    2. Click Next, Finish.
    3. Open Outlook using the new profile for the shared mailbox, when prompted for credentials, fill out your own username and password instead of credentials of the shared mailbox itself:
      40890-3.png
    4. Go to File > Account Settings > Delegate Access, select the delegate, click Permissions, clear the checkbox of "Delegate receives copies of meeting related messages sent to me":
      41033-4.png

    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JoFri 41 Reputation points
    2020-11-19T16:18:07.74+00:00

    It just keeps prompting for a password when I enter mine, or any admin, or even an impersonation account on the password prompt.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.