Click or drag to resize
MimeKit

SearchQueryGMailThreadId Method

Match messages belonging to the specified GMail thread.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static NumericSearchQuery GMailThreadId(
	ulong thread
)

Parameters

thread  UInt64
The GMail thread.

Return Value

NumericSearchQuery
A NumericSearchQuery.
Remarks

Matches messages belonging to the specified GMail thread.

Note  Note
This is equivalent to the X-GM-THRID search key as defined in Google's IMAP extensions and is therefor only available for use with IMAP servers that support the X-GM-EXT1 extension.
See Also