IEWSClientDeleteInboxRule Method (String, String) |
Deletes the specified inbox rule
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxvoid DeleteInboxRule(
string ruleId,
string mailbox
)
Sub DeleteInboxRule (
ruleId As String,
mailbox As String
)
void DeleteInboxRule(
String^ ruleId,
String^ mailbox
)
abstract DeleteInboxRule :
ruleId : string *
mailbox : string -> unit
Parameters
- ruleId
- Type: SystemString
An id of inbox rule to delete - mailbox
- Type: SystemString
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