Forum Discussion
seach-mailbox group mailbox
Yup, that's what I'm referring to, and here's an article that talks about using EWS for Groups: https://gsexdev.blogspot.com/2015/05/using-office-365-groups-within-ews.html
You can of course also use the Graph API: https://docs.microsoft.com/en-us/graph/api/group-get-conversation?view=graph-rest-1.0&tabs=cs
Thanks.
Just had a look at https://gsexdev.blogspot.com/2015/05/using-office-365-groups-within-ews.html but it seems to be referencing
Microsoft.Exchange.WebServices.Data.Groups.RequestedUnifiedGroupsSet
I have installed the Microsoft Exchange Web Services Managed API 2.2
https://www.microsoft.com/en-us/download/details.aspx?id=42951
But can't find that Groups Library.
https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.webservices.data?view=exchange-ews-api
I can find in the open source library
https://github.com/OfficeDev/ews-managed-api/tree/master
But I don't think is been implemented in 2.2.
I will continue to read the documentation