IEWSClient.DeleteInboxRule
Contents
[
Hide
]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
exception | condition |
---|---|
AsposeArgumentException | throws when ruleId is null or empty |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
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
exception | condition |
---|---|
AsposeArgumentException | throws when ruleId is null or empty |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email