Для изменения размера нажмите или перетащите

ExchangeService.GetUserUnifiedGroups(IEnumerable<RequestedUnifiedGroupsSet>, CancellationToken) - метод

Gets the list of unified groups associated with the user

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<Collection<UnifiedGroupsSet>> GetUserUnifiedGroups(
	IEnumerable<RequestedUnifiedGroupsSet> requestedUnifiedGroupsSets,
	CancellationToken token = default
)

Параметры

requestedUnifiedGroupsSets
Тип: System.Collections.Generic.IEnumerable<RequestedUnifiedGroupsSet>
The Requested Unified Groups Sets
token (Optional)
Тип: System.Threading.CancellationToken

Возвращаемое значение

Тип: Task<Collection<UnifiedGroupsSet>>
UserUnified groups.
См. также