IGraphClientAsync.UpdateRuleAsync

IGraphClientAsync.UpdateRuleAsync method

Asynchronously updates an inbox rule.

public Task<InboxRule> UpdateRuleAsync(InboxRule rule, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
ruleInboxRuleThe InboxRule to update.
cancellationTokenCancellationTokenA cancellation token to observe while waiting for the task to complete.

Return Value

A task that represents the asynchronous operation. The task result contains the updated InboxRule.

See Also