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 GmailRawSearch( string search ) |
| Visual Basic |
|---|
Public Shared Function GmailRawSearch ( _ search As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ GmailRawSearch( String^ search ) |
Parameters
- search
- Type: System..::..String
Gmail's raw search string (e.g. "has:attachment in:unread").