InboxRule
Contents
[
Hide
]InboxRule class
Represents a inbox rule
Constructors
| Name | Description |
|---|---|
| InboxRule | Initializes a new instance of the InboxRule class |
Methods
| Name | Description |
|---|---|
| CreateRuleDeleteContaining | Creates inbox rule that deletes messages containing the specified strings in either the body or the subject |
| CreateRuleDeleteFrom | Creates inbox rule that deletes messages from specified senders |
| CreateRuleMoveContaining | Creates inbox rule that moves messages containing the specified strings in either the body or the subject into the specified folder |
| CreateRuleMoveFrom | Creates inbox rule that moves messages from specified senders into the specified folder |
| get_Actions | Gets the actions to be taken on a message when the conditions are fulfilled. |
| get_Conditions | Gets the conditions that, when fulfilled, will trigger the rule actions for that rule. |
| get_DisplayName | Gets the display name of a rule. |
| get_Exceptions | Gets the exceptions that represent all the available rule exception conditions for the inbox rule. |
| get_IsEnabled | Gets a value indicating whether the rule is enabled. |
| get_IsInError | Gets a value indicating whether the rule is in an error condition. |
| get_IsNotSupported | Gets a value indicating whether the rule cannot be modified with the managed code APIs. |
| get_IsReadOnly | Gets a value indicating whether the rule is read-only. |
| get_Priority | Gets a value that indicates the order in which a rule is to be run. |
| get_RuleId | Gets the rule identifier. |
| set_Actions | Sets the actions to be taken on a message when the conditions are fulfilled. |
| set_Conditions | Sets the conditions that, when fulfilled, will trigger the rule actions for that rule. |
| set_DisplayName | Sets the display name of a rule. |
| set_Exceptions | Sets the exceptions that represent all the available rule exception conditions for the inbox rule. |
| set_IsEnabled | Sets a value indicating whether the rule is enabled. |
| set_IsInError | Gets a value indicating whether the rule is in an error condition. |
| set_IsNotSupported | Gets a value indicating whether the rule cannot be modified with the managed code APIs. |
| set_IsReadOnly | Sets a value indicating whether the rule is read-only. |
| set_Priority | Sets a value that indicates the order in which a rule is to be run. |
| set_RuleId | Sets the rule identifier. |
| Aspose::Email::Clients::Exchange::WebService::EWSClient2010 |