| 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
)
Public Shared Function GmailLabel (
label As String
) As ICriterion
public:
static ICriterion^ GmailLabel(
String^ label
)
static member GmailLabel :
label : string -> ICriterion
Parameters
- label
- Type: SystemString
Gmail's label (e.g. @"\Inbox", "Important", "my label").
Return Value
Type:
ICriterionNew expression.
See Also