Forum Discussion
Ernesto Sanchez
Aug 29, 2016Copper Contributor
Ability to create Inbox Subfolders for Groups
Not finding any info anywhere on this topic so posting here. The Need: The ability to create email subolders just like with our primary email accounts Cheers, Ernesto Sanchez
kirstie3340
May 17, 2024Copper Contributor
This was working for a while and not it's not working anymore. Anyone knows what happened.
- PeteKUKJun 05, 2024Copper Contributor
Following this, I would also like to see a solution kirstie3340
- el_MonoJul 26, 2024Copper Contributor
Properties for the group can be displayed individually:
Get-UnifiedGroup "Accounting Department" | FL
Check the IsMemberAllowedToEditContent value. If it is blank, explicitly set it to $True:
Set-UnifiedGroup "Accounting Department" -IsMemberAllowedToEditContent $True
I've found that lately Microsoft 365 Group creation ignores the default org config mentioned above, so explicitly setting it, then waiting a half hour for replication to occur resolves it.
I haven't found a setting that fixes the greyed out inbox rules, but I'll update when I do.
Brad