FilterCondition

Undocumented in source.
version(SIL)
class FilterCondition : Filter {}

Constructors

this
this(Nullable!string inMailbox, Nullable!(string[]) inMailboxOtherThan, Nullable!string before, Nullable!string after, Nullable!uint minSize, Nullable!uint maxSize, Nullable!string allInThreadHaveKeyword, Nullable!string someInThreadHaveKeyword, Nullable!string noneInThreadHaveKeyword, Nullable!string hasKeyword, Nullable!string notKeyword, Nullable!string text, Nullable!string from, Nullable!string to, Nullable!string cc, Nullable!string bcc, Nullable!string subject, Nullable!string body_, Nullable!(string[]) header)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

after
Nullable!DateTime after;
Undocumented in source.
allInThreadHaveKeyword
Nullable!string allInThreadHaveKeyword;
Undocumented in source.
bcc
Nullable!string bcc;
Undocumented in source.
before
Nullable!DateTime before;
Undocumented in source.
body_
Nullable!string body_;
Undocumented in source.
cc
Nullable!string cc;
Undocumented in source.
from
Nullable!string from;
Undocumented in source.
hasKeyword
Nullable!string hasKeyword;
Undocumented in source.
header
Nullable!(string[]) header;
Undocumented in source.
inMailbox
Nullable!string inMailbox;
Undocumented in source.
inMailboxOtherThan
Nullable!(string[]) inMailboxOtherThan;
Undocumented in source.
maxSize
Nullable!uint maxSize;
Undocumented in source.
minSize
Nullable!uint minSize;
Undocumented in source.
noneInThreadHaveKeyword
Nullable!string noneInThreadHaveKeyword;
Undocumented in source.
notKeyword
Nullable!string notKeyword;
Undocumented in source.
someInThreadHaveKeyword
Nullable!string someInThreadHaveKeyword;
Undocumented in source.
subject
Nullable!string subject;
Undocumented in source.
text
Nullable!string text;
Undocumented in source.
to
Nullable!string to;
Undocumented in source.

Meta