 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 String
- Gmail's label (e.g. @"\Inbox", "Important", "my label").
Return Value
ICriterionNew expression.
See Also