Link to home
Start Free TrialLog in
Avatar of Christian Hans
Christian HansFlag for United States of America

asked on

Unable to permanently delete any email from Outlook 2016 and OWA

I have one user that's unable to permanently delete any email from Outlook 2016 and OWA. Exchange 2013.

We have tried deleting just one message at a time and get the same error below. This use has Litigation Hold enabled.

Message received is:

 Some items cannot be deleted. They were either moved or already deleted, or access was denied.

Show Help>>

This error may be the result of trying to delete more than 4,000 messages at one time. Outlook can delete no more than 4,000 messages when it is working with a server message store.
 
To avoid this error, delete fewer than 4,000 messages in a single operation.
 
It is also possible that you do not have the appropriate permissions to delete messages. If you need to delete content from a folder owned by someone else, contact the owner of the folder to obtain the necessary permissions, or have the owner delete the content for you.

Any ideas? Thank you.
Avatar of Andy Andy
Andy Andy
Flag of India image

it looks recoverable item quota has been exceeded

Please check through below command

Get-MailboxFolderStatistics -Identity "emailid" -FolderScope RecoverableItems | Format-Table Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders -Auto

to check, what quota has been set,
Get-Mailbox -Identity "email" | Format-List RecoverableItems*,LitigationHoldEnabled,InPlaceHolds
also use below to check what are the sizes used by recoverable items

Get-MailboxFolderStatistics -Identity "emailid" -FolderScope RecoverableItems | Ft name,folderpath,itemsinfolder,foldersize
Avatar of Christian Hans

ASKER

Get-Mailbox -Identity first.last@contoso.com | Format-List RecoverableItems*,LitigationHoldEnabled,InPlaceHolds

RecoverableItemsQuota        : Unlimited
RecoverableItemsWarningQuota : Unlimited
LitigationHoldEnabled        : True


Get-MailboxFolderStatistics -Identity first.last@contoso.com -FolderScope RecoverableItems | Format-Table Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders -Auto

Name              FolderAndSubfolderSize          ItemsInFolderAndSubfolders
----              ----------------------          --------------------------
Recoverable Items 30.01 GB (32,217,838,296 bytes)                     107757
Audits            1.342 MB (1,407,142 bytes)                             538
Calendar Logging  0 B (0 bytes)                                            0
Deletions         24.58 GB (26,395,726,194 bytes)                      90102
Purges            5.344 GB (5,738,531,483 bytes)                       16097
Versions          78.37 MB (82,173,477 bytes)                           1020
ASKER CERTIFIED SOLUTION
Avatar of suriyaehnop
suriyaehnop
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Wont that lose the emails that ARE in LH though?
no it will not lose the emails..
I have removed the Litigation Hold setting and am waiting for it to take effect... in waiting, I can delete messages from all folders and they end up in the "deleted Items" folder as they should, but then in OWA, when I delete the deleted items permanently, they seem to delete but then show up after the next refresh, back in the deleted items folder...
can you delete the items from deleted items using MFC Mapi tool
After disabling the users "Litigation Hold" setting, waiting about 45 mins, I was able to start deleting email from the deleted items folders. I then set the Litigation Hold to Enabled and haven't had this issue again in the past few days. I will monitor the mailbox over the coming days just to make sure but somehow that fixed the issue.