ThreadSearchConditions

ThreadSearchConditions class

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

The ThreadSearchConditions type exposes the following members:

Constructors

NameDescription
ThreadSearchConditions()Initializes a new instance of the ThreadSearchConditions class

Properties

NameDescription
use_u_idGets or sets a value indicating whether
the search method returns sequence numbers or UIDs of messages.
charsetGets or sets charset.
Indicates the charset of the strings that
appear in the searching criteria.
textGets or sets subject text.
sinceGets or sets the message date since
which the search criteria matches.
algorithmGets or sets threading algorithm supported by the IMAP server.

See Also