| 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
)
Public Shared Function GmailThreadId (
threadId As Decimal
) As ICriterion
public:
static ICriterion^ GmailThreadId(
Decimal threadId
)
static member GmailThreadId :
threadId : decimal -> ICriterion
Parameters
- threadId
- Type: SystemDecimal
Gmail's thread id.
Return Value
Type:
ICriterionNew expression.
See Also