ExchangeServiceUpdateInboxRules(IEnumerableRuleOperation, Boolean, String, CancellationToken) - метод

Update the specified user's inbox rules by applying the specified operations.

Definition

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

Параметры

operations  IEnumerableRuleOperation
The operations that should be applied to the user's inbox rules.
removeOutlookRuleBlob  Boolean
Indicate whether or not to remove Outlook Rule Blob.
mailboxSmtpAddress  String
The SMTP address of the user whose inbox rules should be updated.
token  CancellationToken  (Optional)
 

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

Task

См. также