# MatchOption
Properties
Name | Type | Description | Notes |
field | string | The email property to match on. One of SUBJECT, TO, BCC, CC or FROM | [optional] |
should | string | What criteria to apply. CONTAIN or EQUAL. Note CONTAIN is recommended due to some SMTP servers adding new lines to fields and body content. | [optional] |
value | string | The value you wish to compare with the value of the field specified using the `should` value passed. For example `BODY` should `CONTAIN` a value passed. | [optional] |
[Back to Model list] [Back to API list] [Back to README]