Module mailslurp::models::match_option[][src]

Structs

MatchOption : Options for matching emails in an inbox. Each match option object contains a field, should and value property. Together they form logical conditions such as SUBJECT should CONTAIN value.

Enums

The email property to match on. One of SUBJECT, TO, BCC, CC or FROM

What criteria to apply. CONTAIN or EQUAL. Note CONTAIN is recommended due to some SMTP servers adding new lines to fields and body content.