ExchangeServiceRemoveDelegates(Mailbox, CancellationToken, UserId) - метод |
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.5.0.19
Синтаксис public Task<Collection<DelegateUserResponse>> RemoveDelegates(
Mailbox mailbox,
CancellationToken token = default,
params UserId[] userIds
)
Public Function RemoveDelegates (
mailbox As Mailbox,
Optional token As CancellationToken = Nothing,
ParamArray userIds As UserId()
) As Task(Of Collection(Of DelegateUserResponse))
public:
Task<Collection<DelegateUserResponse^>^>^ RemoveDelegates(
Mailbox^ mailbox,
CancellationToken token = CancellationToken(),
... array<UserId^>^ userIds
)
member RemoveDelegates :
mailbox : Mailbox *
?token : CancellationToken *
userIds : UserId[]
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Collection<DelegateUserResponse>>
Параметры
- mailbox
- Тип: Tessa.Exchange.WebServices.DataMailbox
The mailbox to remove delegates from. - token (Optional)
- Тип: System.ThreadingCancellationToken
- userIds
- Тип: Tessa.Exchange.WebServices.DataUserId
The Ids of the delegate users to remove.
Возвращаемое значение
Тип:
TaskCollectionDelegateUserResponseA collection of DelegateUserResponse objects providing the results of the operation.
См. также