Changes

BEmail Content Retrieval

648 bytes added, 09:45, 18 December 2014
Rule Type 2 - Conditional Status Flag
We have a few options that we can use when using the Conditional Status Flag rules, these are:
 
1) Exact matching - Update_Status_Equal
This will update the Current Status field to be ''Spam Contact'' if the sender is 'EQUAL TO' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~
</syntaxhighlight>
 
2) Not Matching - Update_Status_Not
This will update the Current Status field to be ''Spam Contact'' if the sender is 'NOT' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~
</syntaxhighlight>
 
3) Like Matching - Update_Status_Contains
 This will update the Current Status field to be ''Spam Contact'' if the sender is 'LIKE' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~
</syntaxhighlight>