Class ThreadSearchConditions

ThreadSearchConditions class

Provides the search conditions to retrieve email thread. Compatibles with THREAD IMAP extension described at https://tools.ietf.org/html/rfc5256

public sealed class ThreadSearchConditions : BaseSearchConditions

Constructors

NameDescription
ThreadSearchConditions()The default constructor.

Properties

NameDescription
Algorithm { get; set; }Gets or sets threading algorithm supported by the IMAP server.
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