InboxRule

InboxRule class

Represents a inbox rule

Constructors

NameDescription
InboxRuleInitializes a new instance of the InboxRule class

Methods

NameDescription
CreateRuleDeleteContainingCreates inbox rule that deletes messages containing the specified strings in either the body or the subject
CreateRuleDeleteFromCreates inbox rule that deletes messages from specified senders
CreateRuleMoveContainingCreates inbox rule that moves messages containing the specified strings in either the body or the subject into the specified folder
CreateRuleMoveFromCreates inbox rule that moves messages from specified senders into the specified folder
get_ActionsGets the actions to be taken on a message when the conditions are fulfilled.
get_ConditionsGets the conditions that, when fulfilled, will trigger the rule actions for that rule.
get_DisplayNameGets the display name of a rule.
get_ExceptionsGets the exceptions that represent all the available rule exception conditions for the inbox rule.
get_IsEnabledGets a value indicating whether the rule is enabled.
get_IsInErrorGets a value indicating whether the rule is in an error condition.
get_IsNotSupportedGets a value indicating whether the rule cannot be modified with the managed code APIs.
get_IsReadOnlyGets a value indicating whether the rule is read-only.
get_PriorityGets a value that indicates the order in which a rule is to be run.
get_RuleIdGets the rule identifier.
set_ActionsSets the actions to be taken on a message when the conditions are fulfilled.
set_ConditionsSets the conditions that, when fulfilled, will trigger the rule actions for that rule.
set_DisplayNameSets the display name of a rule.
set_ExceptionsSets the exceptions that represent all the available rule exception conditions for the inbox rule.
set_IsEnabledSets a value indicating whether the rule is enabled.
set_IsInErrorGets a value indicating whether the rule is in an error condition.
set_IsNotSupportedGets a value indicating whether the rule cannot be modified with the managed code APIs.
set_IsReadOnlySets a value indicating whether the rule is read-only.
set_PrioritySets a value that indicates the order in which a rule is to be run.
set_RuleIdSets the rule identifier.
Aspose::Email::Clients::Exchange::WebService::EWSClient2010