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

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.
before
Nullable!DateTime before;
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.

Meta