BaseSearchConditions

BaseSearchConditions class

Provides base class for the search conditions.

Constructors

NameDescription
BaseSearchConditions

Methods

NameDescription
get_CharsetGets charset. Indicates the charset of the strings that appear in the searching criteria.
get_SinceGets the message date since which the search criteria matches.
get_TextGets subject text.
get_UseUIdGets a value indicating whether the search method returns sequence numbers or UIDs of messages.
set_CharsetSets charset. Indicates the charset of the strings that appear in the searching criteria.
set_SinceSets the message date since which the search criteria matches.
set_TextSets subject text.
set_UseUIdSets a value indicating whether the search method returns sequence numbers or UIDs of messages.