Click or drag to resize

ExpressionGmailRawSearch Method

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 GmailRawSearch(
	string search
)

Parameters

search
Type: SystemString
Gmail's raw search string (e.g. "has:attachment in:unread").

Return Value

Type: ICriterion
New expression.
See Also