FilterCondition

Undocumented in source.

Constructors

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

Members

Variables

after
Nullable!DateTime after;
Undocumented in source.
allInThreadHaveKeyword
string allInThreadHaveKeyword;
Undocumented in source.
bcc
string bcc;
Undocumented in source.
before
Nullable!DateTime before;
Undocumented in source.
body_
string body_;
Undocumented in source.
cc
string cc;
Undocumented in source.
from
string from;
Undocumented in source.
hasKeyword
string hasKeyword;
Undocumented in source.
header
Nullable!(string[]) header;
Undocumented in source.
inMailbox
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
string noneInThreadHaveKeyword;
Undocumented in source.
notKeyword
string notKeyword;
Undocumented in source.
someInThreadHaveKeyword
string someInThreadHaveKeyword;
Undocumented in source.
subject
string subject;
Undocumented in source.
text
string text;
Undocumented in source.
to
string to;
Undocumented in source.

Meta