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.6.0.22
public Task UpdateInboxRules(
IEnumerable<RuleOperation> operations,
bool removeOutlookRuleBlob,
string mailboxSmtpAddress,
CancellationToken token = default
)
Public Function UpdateInboxRules (
operations As IEnumerable(Of RuleOperation),
removeOutlookRuleBlob As Boolean,
mailboxSmtpAddress As String,
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ UpdateInboxRules(
IEnumerable<RuleOperation^>^ operations,
bool removeOutlookRuleBlob,
String^ mailboxSmtpAddress,
CancellationToken token = CancellationToken()
)
member UpdateInboxRules :
operations : IEnumerable<RuleOperation> *
removeOutlookRuleBlob : bool *
mailboxSmtpAddress : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- 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