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

ExchangeServiceGetUserUnifiedGroups(IEnumerableRequestedUnifiedGroupsSet, String, 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,
	string userSmtpAddress,
	CancellationToken token = default
)

Параметры

requestedUnifiedGroupsSets
Тип: System.Collections.GenericIEnumerableRequestedUnifiedGroupsSet
The Requested Unified Groups Sets
userSmtpAddress
Тип: SystemString
The smtp address of accessing user.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskCollectionUnifiedGroupsSet
UserUnified groups.
См. также