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.23341.1754
Syntax
public static ICriterion GmailLabel(
	string label
)

Parameters

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

Return Value

Type: ICriterion
New expression.
See Also