Interface 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.

Export

Interface

MatchOption

Hierarchy

  • MatchOption

Properties

Properties

Fields of an email object that can be used to filter results

Memberof

MatchOption

How the value of the email field specified should be compared to the value given in the match options.

Memberof

MatchOption

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.

Memberof

MatchOption