Click or drag to resize

ExpressionGmailLabel Method

Creates a criterion to find messages with specified Gmail label (X-GM-LABELS). This method can be used only if server advertises XGMailExtensions1 extension support.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static ICriterion GmailLabel(
	string label
)

Parameters

label  String
Gmail's label (e.g. @"\Inbox", "Important", "my label").

Return Value

ICriterion
New expression.
See Also