Class BaseSearchConditions

BaseSearchConditions class

Provides base class for the search conditions.

public abstract class BaseSearchConditions

Properties

NameDescription
Charset { get; set; }Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
Since { get; set; }Gets or sets the message date since which the search criteria matches.
Text { get; set; }Gets or sets subject text.
UseUId { get; set; }Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.

See Also