Click or drag to resize

ExpressionGmailMessageId Method (String)

Creates a criterion to find messages with specified Gmail message id (X-GM-MSGID). 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 GmailMessageId(
	string gmailMessageId
)

Parameters

gmailMessageId
Type: SystemString
Gmail's message id.

Return Value

Type: ICriterion
New expression.
See Also