RulePredicates
Contents
[
Hide
]RulePredicates class
Represents rule predicate
Constructors
| Name | Description |
|---|---|
| RulePredicates | Initializes a new instance of the RulePredicates class |
Methods
| Name | Description |
|---|---|
| get_Categories | Gets the categories that an incoming message is labeled with in order for the condition or exception to apply. |
| get_ContainsBodyStrings | Gets the strings that appear in the body of incoming messages in order for the condition or exception to apply. |
| get_ContainsHeaderStrings | Gets the strings that appear in the headers of incoming messages in order for the condition or exception to apply. |
| get_ContainsRecipientStrings | Gets the strings that appear in either the ToRecipients or CcRecipients properties of incoming messages in order for the condition or exception to apply. |
| get_ContainsSenderStrings | Gets the strings that appears in the From property of incoming messages in order for the condition or exception to apply |
| get_ContainsSubjectOrBodyStrings | Gets the strings that appear in either the body or the subject of incoming messages in order for the condition or exception to apply. |
| get_ContainsSubjectStrings | Gets the strings that appear in the subject of incoming messages in order for the condition or exception to apply. |
| get_FlaggedForAction | Gets the flag for action value that appears on incoming messages in order for the condition or exception to apply. |
| get_FromAddresses | Gets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply. |
| get_FromConnectedAccounts | Gets the e-mail account names from which incoming messages have to have been aggregated in order for the condition or exception to apply. |
| get_Importance | Gets the importance that is stamped on incoming messages in order for the condition or exception to apply. |
| get_ItemClasses | Gets the item classes that must be stamped on incoming messages in order for the condition or exception to apply. |
| get_MessageClassifications | Gets the message classifications that must be stamped on incoming messages in order for the condition or exception to apply. |
| get_RulePredicateFlags | Gets rule predicate flags |
| get_Sensitivity | Gets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply. |
| get_SentToAddresses | Gets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply. |
| get_WithinDateRange | Gets the date range within which incoming messages have to have been received in order for the condition or exception to apply. |
| get_WithinSizeRange | Gets the minimum and maximum sizes that incoming messages have to have in order for the condition or exception to apply. |
| set_Categories | Sets the categories that an incoming message is labeled with in order for the condition or exception to apply. |
| set_ContainsBodyStrings | Sets the strings that appear in the body of incoming messages in order for the condition or exception to apply. |
| set_ContainsHeaderStrings | Sets the strings that appear in the headers of incoming messages in order for the condition or exception to apply. |
| set_ContainsRecipientStrings | Sets the strings that appear in either the ToRecipients or CcRecipients properties of incoming messages in order for the condition or exception to apply. |
| set_ContainsSenderStrings | Sets the strings that appears in the From property of incoming messages in order for the condition or exception to apply |
| set_ContainsSubjectOrBodyStrings | Sets the strings that appear in either the body or the subject of incoming messages in order for the condition or exception to apply. |
| set_ContainsSubjectStrings | Sets the strings that appear in the subject of incoming messages in order for the condition or exception to apply. |
| set_FlaggedForAction | Sets the flag for action value that appears on incoming messages in order for the condition or exception to apply. |
| set_FromAddresses | Sets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply. |
| set_FromConnectedAccounts | Sets the e-mail account names from which incoming messages have to have been aggregated in order for the condition or exception to apply. |
| set_Importance | Sets the importance that is stamped on incoming messages in order for the condition or exception to apply. |
| set_ItemClasses | Sets the item classes that must be stamped on incoming messages in order for the condition or exception to apply. |
| set_MessageClassifications | Sets the message classifications that must be stamped on incoming messages in order for the condition or exception to apply. |
| set_RulePredicateFlags | Sets rule predicate flags |
| set_Sensitivity | Sets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply. |
| set_SentToAddresses | Sets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply. |
| set_WithinDateRange | Sets the date range within which incoming messages have to have been received in order for the condition or exception to apply. |
| set_WithinSizeRange | Sets the minimum and maximum sizes that incoming messages have to have in order for the condition or exception to apply. |