Click or drag to resize

ExpressionGmailThreadId Method (String)

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(
	string threadId
)

Parameters

threadId
Type: SystemString
Gmail's thread id.

Return Value

Type: ICriterion
New expression.
See Also