IEWSClient.DeleteInboxRule
DeleteInboxRule(string)
Deletes the specified inbox rule
public void DeleteInboxRule(string ruleId)
Parameter | Type | Description |
---|
ruleId | String | An id of inbox rule to delete |
Exceptions
See Also
DeleteInboxRule(string, string)
Deletes the specified inbox rule
public void DeleteInboxRule(string ruleId, string mailbox)
Parameter | Type | Description |
---|
ruleId | String | An id of inbox rule to delete |
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