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.

The XGMThreadSearchConditions type exposes the following members:

Constructors

NameDescription
XGMThreadSearchConditions()Initializes a new instance of the XGMThreadSearchConditions 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.
conversation_idGets or sets conversation id that Gmail provides to associate groups of messages.

See Also