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.3.0
Syntax
C#
public static NumericSearchQuery GMailThreadId(
	ulong thread
)

Parameters

thread  UInt64
The GMail thread.

Return Value

NumericSearchQuery
A NumericSearchQuery.
Remarks
This search term can only be used with GMail.
See Also