Search |
public static TextSearchQuery HasGMailLabel( string label )
Exception | Condition |
---|---|
ArgumentNullException | label is null. |
ArgumentException | label is empty. |
Matches messages that have the specified GMail label.
Note |
---|
This is equivalent to the X-GM-LABELS search key as defined in Google's IMAP extensions and is therefor only available for use with IMAP servers that support the X-GM-EXT1 extension. |