# MatchOptions
Properties
Name | Type | Description | Notes |
matches | MailSlurpModelsMatchOption[] | Zero or more match options such as { field: 'SUBJECT', should: 'CONTAIN', value: 'Welcome' } . Options are additive so if one does not match the email is excluded from results | [optional] |
conditions | MailSlurpModelsConditionOption[] | Zero or more conditions such as { condition: 'HAS_ATTACHMENTS', value: 'TRUE' } . Note the values are the strings TRUE|FALSE not booleans. | [optional] |
[Back to Model list] [Back to API list] [Back to ]