Click or drag to resize

ExpressionGmailThreadId Method (Decimal)

Creates a criterion to find messages with specified Gmail thread id (X-GM-THRID). This method can be used only if server advertises XGMailExtensions1 extension support.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion GmailThreadId(
	decimal threadId
)

Parameters

threadId
Type: SystemDecimal
Gmail's thread id.

Return Value

Type: ICriterion
New expression.
See Also