ExchangeServiceGetUserUnifiedGroups(IEnumerableRequestedUnifiedGroupsSet, String, CancellationToken) - метод
Gets the list of unified groups associated with the user
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 IEnumerableRequestedUnifiedGroupsSet
- The Requested Unified Groups Sets
- userSmtpAddress String
- The smtp address of accessing user.
- token CancellationToken (Optional)
-
TaskCollectionUnifiedGroupsSetUserUnified groups.