MatchOption
Properties
Name | Type | Description | Notes |
---|---|---|---|
field | inline | Fields of an email object that can be used to filter results | |
should | inline | How the value of the email field specified should be compared to the value given in the match options. | |
value | kotlin.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. |
Enum: field
Name | Value |
---|---|
field | SUBJECT, TO, BCC, CC, FROM |
Enum: should
Name | Value |
---|---|
should | CONTAIN, EQUAL |