Forum Discussion
Slava_P
Jul 02, 2021Copper Contributor
Conversations button in SharePoint Group redirect to Inbox, not to the Group mailbox
We are faced with a problem when we want to go through the SharePoint Group to the group mailbox in Outlook. I and a colleague with the same security roles and group access and both cannot see g...
harveer singh
Jul 03, 2021Iron Contributor
Hello Slava_P
Make sure the groups are not hidden from address list:
Set-UnifiedGroup -identity groupname -HiddenFromAddressListsEnabled $false
The group conversation link should work as long as you are a member/owner or have site management permissions assigned via sharepoint for the group. First compare your and other admin's licenses and permissions on the group itself. Next try to open the direct conversation url and see if it gives you any kind of error message , the url should look somewhat like this:
https://outlook.office365.com/mail/group/tenantName.onmicrosoft.com/groupAlias/email
Thanks
Slava_P
Jul 03, 2021Copper Contributor
Hello harveer singh
We already set as 'false' controls ''HiddenFromAddressListsEnabled'' and ''HiddenFromExchangeClientsEnabled''.