Creates 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion GmailThreadId( string threadId ) |
| Visual Basic |
|---|
Public Shared Function GmailThreadId ( _ threadId As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ GmailThreadId( String^ threadId ) |
Parameters
- threadId
- Type: System..::..String
Gmail's thread id.