permission on shared mailbox

upasana keswani 1 Reputation point
2020-10-29T12:01:18.133+00:00

Would like to check if it is possible to set permission on shared mailbox in office 365 where user has full access but still can't delete emails from mailbox.

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,471 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,661 Reputation points
    2020-10-30T08:10:03.827+00:00

    Hi @upasana keswani ,

    What error did you receive when failed deleting emails? Have you tried performing the same operation in OWA and verify the result again?

    1.If you can successfully delete the emails through OWA, the issue may related to the outlook client.

    We could try opening outlook with safe mode which disables add-ins
    Right-click the Start button, and click Run. Type Outlook.exe /safe, and click OK.

    Or configure a new profile for the account and update the outlook client to the later version.

    2.If OWA not work as well. We could check the configuration of the shared mailbox with below command like the official document introduces, and try removing the permission and re-adding it again.

    Get-MailboxPermission <MailboxIdentity> | where {$_.AccessRights -like 'Full*'} | Format-Table User,Deny,IsInherited,AccessRights -Auto  
    

    You may also check if there is any mailbox folder permission configured on the shared mailbox which may limit deletion for the delegator. Get-MailboxFolderPermission

    3.If the operations above not help, try creating a new shared mailbox and test again to check whether the issue still exist.


    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

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.