ExchangeServiceRemoveDelegates(Mailbox, IEnumerableUserId, CancellationToken) - метод
Removes delegates on a specific mailbox. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<Collection<DelegateUserResponse>> RemoveDelegates(
Mailbox mailbox,
IEnumerable<UserId> userIds,
CancellationToken token = default
)
Public Function RemoveDelegates (
mailbox As Mailbox,
userIds As IEnumerable(Of UserId),
Optional token As CancellationToken = Nothing
) As Task(Of Collection(Of DelegateUserResponse))
public:
Task<Collection<DelegateUserResponse^>^>^ RemoveDelegates(
Mailbox^ mailbox,
IEnumerable<UserId^>^ userIds,
CancellationToken token = CancellationToken()
)
member RemoveDelegates :
mailbox : Mailbox *
userIds : IEnumerable<UserId> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Collection<DelegateUserResponse>>
- mailbox Mailbox
- The mailbox to remove delegates from.
- userIds IEnumerableUserId
- The Ids of the delegate users to remove.
- token CancellationToken (Optional)
-
TaskCollectionDelegateUserResponseA collection of DelegateUserResponse objects providing the results of the operation.