ExchangeServiceRegisterConsent - метод

Sets the consent state of an extension.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.0.8
C#
public Task RegisterConsent(
	string id,
	ConsentState state,
	CancellationToken token = default
)

Параметры

id  String
Extension id.
state  ConsentState
Sets the consent state of an extension.
token  CancellationToken  (Optional)
 

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

Task

Заметки

Exception will be thrown for errors.

См. также