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

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

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

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

Параметры

operations
Тип: System.Collections.GenericIEnumerableRuleOperation
The operations that should be applied to the user's inbox rules.
removeOutlookRuleBlob
Тип: SystemBoolean
Indicate whether or not to remove Outlook Rule Blob.
mailboxSmtpAddress
Тип: SystemString
The SMTP address of the user whose inbox rules should be updated.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: Task
См. также