If you're not receiving emails and suspect your account is full, it's important to address the Deleted Items folder issue first. In Microsoft 365 Groups, the Deleted Items folder may not be visible in Outlook unless you create a user-defined subfolder. Here are steps you can take:
- Check for Folder Creation: Ensure that folder creation is enabled for your group. You can do this by connecting to Exchange Online PowerShell and running the command:
If it’s not enabled, you can enable it with:Get-OrganizationConfig | FL IsGroupFoldersAndRulesEnabledSet-OrganizationConfig -IsGroupFoldersAndRulesEnabled $True - Create a Subfolder: Sign in to Outlook on the web or the new Outlook for Windows using the group owner credentials. Locate your group under Groups, right-click, and select Create new subfolder. This action should make the Deleted Items folder visible.
- Empty the Deleted Items Folder: Once the Deleted Items folder appears, you can select all messages and choose to empty the folder.
If you continue to have issues, you may want to check the mailbox size and ensure it is not exceeding the storage quota, as this can also prevent email delivery.
References: