RulePredicates

RulePredicates class

Represents rule predicate

Constructors

NameDescription
RulePredicatesInitializes a new instance of the RulePredicates class

Methods

NameDescription
get_CategoriesGets the categories that an incoming message is labeled with in order for the condition or exception to apply.
get_ContainsBodyStringsGets the strings that appear in the body of incoming messages in order for the condition or exception to apply.
get_ContainsHeaderStringsGets the strings that appear in the headers of incoming messages in order for the condition or exception to apply.
get_ContainsRecipientStringsGets the strings that appear in either the ToRecipients or CcRecipients properties of incoming messages in order for the condition or exception to apply.
get_ContainsSenderStringsGets the strings that appears in the From property of incoming messages in order for the condition or exception to apply
get_ContainsSubjectOrBodyStringsGets the strings that appear in either the body or the subject of incoming messages in order for the condition or exception to apply.
get_ContainsSubjectStringsGets the strings that appear in the subject of incoming messages in order for the condition or exception to apply.
get_FlaggedForActionGets the flag for action value that appears on incoming messages in order for the condition or exception to apply.
get_FromAddressesGets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply.
get_FromConnectedAccountsGets the e-mail account names from which incoming messages have to have been aggregated in order for the condition or exception to apply.
get_ImportanceGets the importance that is stamped on incoming messages in order for the condition or exception to apply.
get_ItemClassesGets the item classes that must be stamped on incoming messages in order for the condition or exception to apply.
get_MessageClassificationsGets the message classifications that must be stamped on incoming messages in order for the condition or exception to apply.
get_RulePredicateFlagsGets rule predicate flags
get_SensitivityGets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
get_SentToAddressesGets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply.
get_WithinDateRangeGets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
get_WithinSizeRangeGets the minimum and maximum sizes that incoming messages have to have in order for the condition or exception to apply.
set_CategoriesSets the categories that an incoming message is labeled with in order for the condition or exception to apply.
set_ContainsBodyStringsSets the strings that appear in the body of incoming messages in order for the condition or exception to apply.
set_ContainsHeaderStringsSets the strings that appear in the headers of incoming messages in order for the condition or exception to apply.
set_ContainsRecipientStringsSets the strings that appear in either the ToRecipients or CcRecipients properties of incoming messages in order for the condition or exception to apply.
set_ContainsSenderStringsSets the strings that appears in the From property of incoming messages in order for the condition or exception to apply
set_ContainsSubjectOrBodyStringsSets the strings that appear in either the body or the subject of incoming messages in order for the condition or exception to apply.
set_ContainsSubjectStringsSets the strings that appear in the subject of incoming messages in order for the condition or exception to apply.
set_FlaggedForActionSets the flag for action value that appears on incoming messages in order for the condition or exception to apply.
set_FromAddressesSets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply.
set_FromConnectedAccountsSets the e-mail account names from which incoming messages have to have been aggregated in order for the condition or exception to apply.
set_ImportanceSets the importance that is stamped on incoming messages in order for the condition or exception to apply.
set_ItemClassesSets the item classes that must be stamped on incoming messages in order for the condition or exception to apply.
set_MessageClassificationsSets the message classifications that must be stamped on incoming messages in order for the condition or exception to apply.
set_RulePredicateFlagsSets rule predicate flags
set_SensitivitySets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
set_SentToAddressesSets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply.
set_WithinDateRangeSets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
set_WithinSizeRangeSets the minimum and maximum sizes that incoming messages have to have in order for the condition or exception to apply.