Class XGMThreadSearchConditions

XGMThreadSearchConditions class

Provides the search conditions to retrieve email thread. Compatibles with X-GM-EXT-1 IMAP extension described at https://developers.google.com/gmail/imap/imap-extensions#checking_for_the_presence_of_extensions.

public sealed class XGMThreadSearchConditions : BaseSearchConditions

Constructors

NameDescription
XGMThreadSearchConditions()The default constructor.

Properties

NameDescription
Charset { get; set; }Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.
ConversationId { get; set; }Gets or sets conversation id that Gmail provides to associate groups of messages.
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