ExchangeService.UpdateInboxRules(IEnumerable<RuleOperation>, Boolean, CancellationToken) - метод

Updates the authenticated user's inbox rules by applying the specified operations.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task UpdateInboxRules(
	IEnumerable<RuleOperation> operations,
	bool removeOutlookRuleBlob,
	CancellationToken token = default
)

Параметры

operations  IEnumerable<RuleOperation>
The operations that should be applied to the user's inbox rules.
removeOutlookRuleBlob  Boolean
Indicate whether or not to remove Outlook Rule Blob.
token  CancellationToken  (Optional)
 

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

Task

См. также