IEWSClient.UpdateInboxRule
Contents
[
Hide
]UpdateInboxRule(InboxRule)
Updates the specified inbox rule
public void UpdateInboxRule(InboxRule rule)
Parameter | Type | Description |
---|---|---|
rule | InboxRule | A inbox rule to update |
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | throws when rule is null |
See Also
- class InboxRule
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
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
exception | condition |
---|---|
AsposeArgumentNullException | throws when rule is null |
See Also
- class InboxRule
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email