Tag Name & type | # | Description |
---|
RulesType | | |
| Rule | 1- | This represents a rule to be applied to filter the emails received by an F2M admin. |
| Conditional | 1- | This represents the condition that must be satisfied for the rule to apply. |
| @MatchAgainst xs:string | 1 | What the condition is applied to. These are case-sensitive. Legal values are:
The value True causes the Condition and MatchCase attributes to be ignored when the rules are applied. |
| @Condition xs:string | 0-1 | How the condition is applied. These are case-sensitive. Legal values are:
IsEqualTo |
IsNotEqualTo |
Contains |
DoesNotContain |
StartsWith |
DoesNotStartWith |
EndsWith |
DoesNotEndtWith |
IsMissingOrBlank |
IsNotMissingOrBlank |
|
| @MatchCase xs:boolean | 0-1 | Boolean value indicating whether the case should be considered when applying the test indicated by Condition. |
| Action xs:string | 1 | This represents the action that should be taken if all the Conditional criteria are met. Legal values are:
|
| EmailAddress xs:string | 0- | When the Action value is forward these are the email addresses that the mails will be forwarded to. |