ExchangeService.SetHoldOnMailboxes(String, HoldAction, String, String[], CancellationToken) - метод

Set hold on mailboxes

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<SetHoldOnMailboxesResponse> SetHoldOnMailboxes(
	string holdId,
	HoldAction actionType,
	string query,
	string[] mailboxes,
	CancellationToken token = default
)

Параметры

holdId  String
Hold id
actionType  HoldAction
Action type
query  String
Query string
mailboxes  String[]
Collection of mailboxes
token  CancellationToken  (Optional)
 

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

Task<SetHoldOnMailboxesResponse>
Service response object

См. также