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
)
Public Function GetUserUnifiedGroups (
requestedUnifiedGroupsSets As IEnumerable(Of RequestedUnifiedGroupsSet),
userSmtpAddress As String,
Optional token As CancellationToken = Nothing
) As Task(Of Collection(Of UnifiedGroupsSet))
public:
Task<Collection<UnifiedGroupsSet^>^>^ GetUserUnifiedGroups(
IEnumerable<RequestedUnifiedGroupsSet^>^ requestedUnifiedGroupsSets,
String^ userSmtpAddress,
CancellationToken token = CancellationToken()
)
member GetUserUnifiedGroups :
requestedUnifiedGroupsSets : IEnumerable<RequestedUnifiedGroupsSet> *
userSmtpAddress : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Collection<UnifiedGroupsSet>>
Параметры
- requestedUnifiedGroupsSets
- Тип: System.Collections.GenericIEnumerableRequestedUnifiedGroupsSet
The Requested Unified Groups Sets - userSmtpAddress
- Тип: SystemString
The smtp address of accessing user. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskCollectionUnifiedGroupsSetUserUnified groups.
См. также