ExchangeServiceGetUserUnifiedGroups(IEnumerableRequestedUnifiedGroupsSet, String, CancellationToken) - метод

Gets the list of unified groups associated with the user

Definition

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

Параметры

requestedUnifiedGroupsSets  IEnumerableRequestedUnifiedGroupsSet
The Requested Unified Groups Sets
userSmtpAddress  String
The smtp address of accessing user.
token  CancellationToken  (Optional)
 

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

TaskCollectionUnifiedGroupsSet
UserUnified groups.

См. также