SearchQueryType enum

Which part of the message should be searched

Inheritance

Constructors

SearchQueryType()
const

Values

subject → const SearchQueryType

Search for matching Subject header

from → const SearchQueryType

Search for matching From header

to → const SearchQueryType

Search for matching To header

body → const SearchQueryType

Search for matches in the body of the message (a very resource intensive search, not every mail provider supports this)

allTextHeaders → const SearchQueryType

Search in all common headers (not every mail provider supports this)

fromOrSubject → const SearchQueryType

Search in either FROM or in SUBJECT.

Specifically useful in cases where the mail provider does not support allTextHeaders

toOrSubject → const SearchQueryType

Search in either TO or in SUBJECT.

Specifically useful in cases where the mail provider does not support allTextHeaders

fromOrTo → const SearchQueryType

Search for matching TO or FROM headers

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SearchQueryType>
A constant List of the values in this enum, in order of their declaration.