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