Для изменения размера нажмите или перетащите

ExchangeServiceSetHoldOnMailboxes(String, HoldAction, String, String, String, CancellationToken) - метод

Set hold on mailboxes

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

Параметры

holdId
Тип: SystemString
Hold id
actionType
Тип: Tessa.Exchange.WebServices.DataHoldAction
Action type
query
Тип: SystemString
Query string
inPlaceHoldIdentity
Тип: SystemString
in-place hold identity
itemHoldPeriod
Тип: SystemString
item hold period
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskSetHoldOnMailboxesResponse
Service response object
См. также