IEWSClient.UpdateInboxRule
UpdateInboxRule(InboxRule)
Updates the specified inbox rule
public void UpdateInboxRule(InboxRule rule)
Parameter | Type | Description |
---|
rule | InboxRule | A inbox rule to update |
Exceptions
See Also
UpdateInboxRule(InboxRule, string)
Updates the specified inbox rule
public void UpdateInboxRule(InboxRule rule, string mailbox)
Parameter | Type | Description |
---|
rule | InboxRule | A inbox rule to update |
mailbox | String | A mailbox where rule is located. Note: if it is set to null or empty , the rule will be searched in the default mailbox |
Exceptions
See Also