IEWSClient.UpdateInboxRule

UpdateInboxRule(InboxRule)

Updates the specified inbox rule

public void UpdateInboxRule(InboxRule rule)
ParameterTypeDescription
ruleInboxRuleA inbox rule to update

Exceptions

exceptioncondition
AsposeArgumentNullExceptionthrows when rule is null

See Also


UpdateInboxRule(InboxRule, string)

Updates the specified inbox rule

public void UpdateInboxRule(InboxRule rule, string mailbox)
ParameterTypeDescription
ruleInboxRuleA inbox rule to update
mailboxStringA mailbox where rule is located. Note: if it is set to null or empty, the rule will be searched in the default mailbox

Exceptions

exceptioncondition
AsposeArgumentNullExceptionthrows when rule is null

See Also