Forum Discussion
Shared Mailbox Enable Color Categorization for user
Hy!
I have a shared mailbox what is connected to 3 user. They want to mark the inbox mail with colors, to see who managed it.
The question is that i tried a few level of permissions in powershell but no luck.
The problem is they dont want to use full acces, because they affraid of the exedentaly delete of the emails.
Is there any permission level for the users , to use the color markers, and the fast action menu, but they have no permission to delete the mail.
Thanks for the help!
bolvar
- HidMovSteel Contributor
Hi bolvar
I'd look at doing the following permissions - I don't think any of the ready-made roles will meet your requirements.
CreateItems: The user can create items in the specified folder.
CreateSubfolders: The user can create subfolders in the specified folder.
EditAllItems: The user can edit all items in the specified folder.
FolderOwner: The user is the owner of the specified folder. The user can view the folder, move the folder, and create subfolders. The user can't read items, edit items, delete items, or create items.
ReadItems: The user can read items within the specified folder.
Hope this helps,
- bolvarCopper Contributor
Thanks i found the article, and i tried editallitems, but its not worked.
Now the users have reviewer permission.
Maybe i made something wrong, i will try it again.
bolvar
- bolvarCopper Contributor
Tried a few solutions but i think there is no option to prevent users to delete accidentally a massage :/.
The roles for the shared mailbox even described:
he AccessRights parameter specifies the permission that you want to assign to the user on the mailbox. Valid values are:
ChangeOwner
ChangePermission
DeleteItem
ExternalAccount
FullAccess
ReadPermission
ChangePermission and ChangeOwner was able to delete.